Html Css Color HEX #66059F Indigo

📋 copy color: '#66059F'

red 102 ◦ green 5 ◦ blue 159

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

Shades of Indigo #66059F

Tints of Indigo #66059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.88%

 BLUE value IS 159 (62.5% from 255) = 59.77%

R = 38.35%
G = 1.88%
B = 59.77%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66059F (or 0x66059F) is known color: Indigo. HEX triplet: 66, 05 and 9F. RGB value is (102,5,159). Sum of RGB (Red+Green+Blue) = 102+5+159=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #66059F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66059F is #99FA60. Grayscale: #333333. Windows color (decimal): -10091105 or 10421606. OLE color: 10421606.

HSL color Cylindrical-coordinate representation of color #66059F: hue angle of 277.79º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66059F is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 5 159 -
CMYK 0.36 0.97 0 0.38
HSL 277.79º 0.94% 0.32% -
HSV(B) 277.79º 0.97% 0.62% -
XYZ 11.79 5.44 33.23 -
YUV 51.56 188.64 163.98 -
System Red Green Blue C M Y K H S L
Decimal 102 5 159 0.36 0.97 0 0.38 277.79 0.94 0.32
Hex 66 5 9F 24 61 0 26 116 5E 20
Octal 146 5 237 44 141 0 46 426 136 40
Binary 1100110 101 10011111 100100 1100001 0 100110 100010110 1011110 100000

Color Harmonies of #66059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66059F

Black with #66059F

Text Example


Text Example

White with #66059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,5,159); }

 H1.HeaderClassName
 {
   color: #66059F;
 }
 .AnyTagClassName
 {
   color: #66059F;
 }
</style>

background-color css

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

 a { background-color: rgb(102,5,159); }

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

border-color css

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

 span { border-color: rgb(102,5,159); }

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