#4505AB

Color #4505AB Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4505AB

Tints of Indigo #4505AB

Color information

#4505AB (or 0x4505AB) is unknown color: approx Indigo. HEX triplet: 45, 05 and AB. RGB value is (69,5,171). Sum of RGB (Red+Green+Blue) = 69+5+171=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #4505AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4505AB is #BAFA54. Grayscale: #2A2A2A. Windows color (decimal): -12253781 or 11208005. OLE color: 11208005.

HSL color Cylindrical-coordinate representation of color #4505AB: hue angle of 263.13º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4505AB is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB695171-
CMYK0.600.9700.33
HSL263.13º94.32%34.51%-
HSV(B)263.13º97.08%67.06%-
XYZ9.864.3138.84-
YUV43.06200.2146.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 28.16%
GREEN value IS 5 (2.34% from 255) = 2.04%
BLUE value IS 171 (67.19% from 255) = 69.80%
R=28.16%
G=2.04%
B=69.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6951710.600.9700.33263.1394.3234.51
Hex455AB3C610211075e23
Octal10552537414104140713643
Binary100010110110101011111100110000101000011000001111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4505AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4505AB; }

 p { color: rgb(69,5,171); }

 H1.HeaderClassName
 {
   color: #4505AB;
 }
 .AnyTagClassName
 {
   color: #4505AB;
 }
</style>
background-color css

<style>
 a { background-color: #4505AB; }

 a { background-color: rgb(69,5,171); }

 div.DivClassName
 {
   background-color: #4505AB;
 }
 .BgClassName
 {
   background-color: #4505AB;
 }
</style>
border-color css

<style>
 span { border-color: #4505AB; }

 span { border-color: rgb(69,5,171); }

 td.TdClassName
 {
   border-color: #4505AB;
 }
 .TagClassName
 {
   border-color: #4505AB;
 }
</style>