Html Css Color HEX #66008E Indigo

📋 copy color: '#66008E'

red 102 ◦ green 0 ◦ blue 142

#66008E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #66008E

Tints of Indigo #66008E

RGB

 RED value IS 102 (40.23% from 255) = 41.8%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 142 (55.86% from 255) = 58.2%

R = 41.8%
G = 0%
B = 58.2%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#66008E (or 0x66008E) is known color: Indigo. HEX triplet: 66, 00 and 8E. RGB value is (102,0,142). Sum of RGB (Red+Green+Blue) = 102+0+142=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #66008E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66008E is #99FF71. Grayscale: #2E2E2E. Windows color (decimal): -10092402 or 9306214. OLE color: 9306214.

HSL color Cylindrical-coordinate representation of color #66008E: hue angle of 283.1º 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 #66008E is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 0 142 -
CMYK 0.28 1 0 0.44
HSL 283.1º 1% 0.28% -
HSV(B) 283.1º 1% 0.56% -
XYZ 10.36 4.78 25.97 -
YUV 46.69 181.79 167.45 -
System Red Green Blue C M Y K H S L
Decimal 102 0 142 0.28 1 0 0.44 283.1 1 0.28
Hex 66 0 8E 1C 64 0 2C 11B 64 1C
Octal 146 0 216 34 144 0 54 433 144 34
Binary 1100110 0 10001110 11100 1100100 0 101100 100011011 1100100 11100

Color Harmonies of #66008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66008E

Black with #66008E

Text Example


Text Example

White with #66008E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66008E;
 }
 .AnyTagClassName
 {
   color: #66008E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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