#66029F

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

Shades of Indigo #66029F

Tints of Indigo #66029F

Color information

#66029F (or 0x66029F) is unknown color: approx Indigo. HEX triplet: 66, 02 and 9F. RGB value is (102,2,159). Sum of RGB (Red+Green+Blue) = 102+2+159=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #66029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66029F is #99FD60. Grayscale: #313131. Windows color (decimal): -10091873 or 10420838. OLE color: 10420838.

HSL color Cylindrical-coordinate representation of color #66029F: hue angle of 278.22º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66029F is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1022159-
CMYK0.360.9900.38
HSL278.22º97.52%31.57%-
HSV(B)278.22º98.74%62.35%-
XYZ11.765.3733.22-
YUV49.8189.63165.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 159 (62.5% from 255) = 60.46%
R=38.78%
G=0.76%
B=60.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10221590.360.9900.38278.2297.5231.57
Hex6629F24630261166220
Octal14622374414304642614240
Binary11001101010011111100100110001101001101000101101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66029F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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