Html Css Color HEX #66029E Indigo

📋 copy color: '#66029E'

red 102 ◦ green 2 ◦ blue 158

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

Shades of Indigo #66029E

Tints of Indigo #66029E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 158 (62.11% from 255) = 60.31%

R = 38.93%
G = 0.76%
B = 60.31%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66029E (or 0x66029E) is known color: Indigo. HEX triplet: 66, 02 and 9E. RGB value is (102,2,158). Sum of RGB (Red+Green+Blue) = 102+2+158=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #66029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66029E is #99FD61. Grayscale: #313131. Windows color (decimal): -10091874 or 10355302. OLE color: 10355302.

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

Color convert

RGB 102 2 158 -
CMYK 0.35 0.99 0 0.38
HSL 278.46º 0.98% 0.31% -
HSV(B) 278.46º 0.99% 0.62% -
XYZ 11.67 5.34 32.76 -
YUV 49.68 189.13 165.32 -
System Red Green Blue C M Y K H S L
Decimal 102 2 158 0.35 0.99 0 0.38 278.46 0.98 0.31
Hex 66 2 9E 23 63 0 26 116 62 1F
Octal 146 2 236 43 143 0 46 426 142 37
Binary 1100110 10 10011110 100011 1100011 0 100110 100010110 1100010 11111

Color Harmonies of #66029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66029E

Black with #66029E

Text Example


Text Example

White with #66029E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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