Html Css Color HEX #66029F Indigo

📋 copy color: '#66029F'

red 102 ◦ green 2 ◦ blue 159

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

Shades of Indigo #66029F

Tints of Indigo #66029F

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 value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66029F (or 0x66029F) is known color: 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

RGB 102 2 159 -
CMYK 0.36 0.99 0 0.38
HSL 278.22º 0.98% 0.32% -
HSV(B) 278.22º 0.99% 0.62% -
XYZ 11.76 5.37 33.22 -
YUV 49.8 189.63 165.23 -
System Red Green Blue C M Y K H S L
Decimal 102 2 159 0.36 0.99 0 0.38 278.22 0.98 0.32
Hex 66 2 9F 24 63 0 26 116 62 20
Octal 146 2 237 44 143 0 46 426 142 40
Binary 1100110 10 10011111 100100 1100011 0 100110 100010110 1100010 100000

Color Harmonies of #66029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66029F

Black with #66029F

Text Example


Text Example

White with #66029F

Text Example


Text Example

HTML Codes & Css Web 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>