#66029B

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

Shades of Indigo #66029B

Tints of Indigo #66029B

Color information

#66029B (or 0x66029B) is unknown color: approx Indigo. HEX triplet: 66, 02 and 9B. RGB value is (102,2,155). Sum of RGB (Red+Green+Blue) = 102+2+155=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #66029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66029B is #99FD64. Grayscale: #303030. Windows color (decimal): -10091877 or 10158694. OLE color: 10158694.

HSL color Cylindrical-coordinate representation of color #66029B: hue angle of 279.22º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66029B is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1022155-
CMYK0.340.9900.39
HSL279.22º97.45%30.78%-
HSV(B)279.22º98.71%60.78%-
XYZ11.425.2331.42-
YUV49.34187.63165.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.38%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 155 (60.94% from 255) = 59.85%
R=39.38%
G=0.77%
B=59.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10221550.340.9900.39279.2297.4530.78
Hex6629B2263027117611f
Octal14622334214304742714137
Binary1100110101001101110001011000110100111100010111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66029B; }

 p { color: rgb(102,2,155); }

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

<style>
 a { background-color: #66029B; }

 a { background-color: rgb(102,2,155); }

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

<style>
 span { border-color: #66029B; }

 span { border-color: rgb(102,2,155); }

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