#66008F

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

Shades of Indigo #66008F

Tints of Indigo #66008F

Color information

#66008F (or 0x66008F) is unknown color: approx Indigo. HEX triplet: 66, 00 and 8F. RGB value is (102,0,143). Sum of RGB (Red+Green+Blue) = 102+0+143=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #66008F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66008F is #99FF70. Grayscale: #2E2E2E. Windows color (decimal): -10092401 or 9371750. OLE color: 9371750.

HSL color Cylindrical-coordinate representation of color #66008F: hue angle of 282.8º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66008F is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1020143-
CMYK0.29100.44
HSL282.8º100%28.04%-
HSV(B)282.8º100%56.08%-
XYZ10.444.8126.36-
YUV46.8182.29167.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 58.37%
R=41.63%
G=0%
B=58.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10201430.29100.44282.810028.04
Hex6608F1D6402C11b641c
Octal14602173514405443314434
Binary11001100100011111110111001000101100100011011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,0,143); }

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

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

 a { background-color: rgb(102,0,143); }

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

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

 span { border-color: rgb(102,0,143); }

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