Html Css Color HEX #66088E Indigo

📋 copy color: '#66088E'

red 102 ◦ green 8 ◦ blue 142

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

Shades of Indigo #66088E

Tints of Indigo #66088E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

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

R = 40.48%
G = 3.17%
B = 56.35%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#66088E (or 0x66088E) is known color: Indigo. HEX triplet: 66, 08 and 8E. RGB value is (102,8,142). Sum of RGB (Red+Green+Blue) = 102+8+142=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #66088E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66088E is #99F771. Grayscale: #323232. Windows color (decimal): -10090354 or 9308262. OLE color: 9308262.

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

Color convert

RGB 102 8 142 -
CMYK 0.28 0.94 0 0.44
HSL 282.09º 0.89% 0.29% -
HSV(B) 282.09º 0.94% 0.56% -
XYZ 10.45 4.95 26 -
YUV 51.38 179.14 164.1 -
System Red Green Blue C M Y K H S L
Decimal 102 8 142 0.28 0.94 0 0.44 282.09 0.89 0.29
Hex 66 8 8E 1C 5E 0 2C 11A 59 1D
Octal 146 10 216 34 136 0 54 432 131 35
Binary 1100110 1000 10001110 11100 1011110 0 101100 100011010 1011001 11101

Color Harmonies of #66088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66088E

Black with #66088E

Text Example


Text Example

White with #66088E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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