Html Css Color HEX #66059D Indigo

📋 copy color: '#66059D'

red 102 ◦ green 5 ◦ blue 157

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

Shades of Indigo #66059D

Tints of Indigo #66059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 59.47%

R = 38.64%
G = 1.89%
B = 59.47%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66059D (or 0x66059D) is known color: Indigo. HEX triplet: 66, 05 and 9D. RGB value is (102,5,157). Sum of RGB (Red+Green+Blue) = 102+5+157=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #66059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66059D is #99FA62. Grayscale: #323232. Windows color (decimal): -10091107 or 10290534. OLE color: 10290534.

HSL color Cylindrical-coordinate representation of color #66059D: hue angle of 278.29º 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 #66059D is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 5 157 -
CMYK 0.35 0.97 0 0.38
HSL 278.29º 0.94% 0.32% -
HSV(B) 278.29º 0.97% 0.62% -
XYZ 11.62 5.37 32.32 -
YUV 51.33 187.64 164.14 -
System Red Green Blue C M Y K H S L
Decimal 102 5 157 0.35 0.97 0 0.38 278.29 0.94 0.32
Hex 66 5 9D 23 61 0 26 116 5E 20
Octal 146 5 235 43 141 0 46 426 136 40
Binary 1100110 101 10011101 100011 1100001 0 100110 100010110 1011110 100000

Color Harmonies of #66059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66059D

Black with #66059D

Text Example


Text Example

White with #66059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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