Html Css Color HEX #66089D Indigo

📋 copy color: '#66089D'

red 102 ◦ green 8 ◦ blue 157

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

Shades of Indigo #66089D

Tints of Indigo #66089D

RGB

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

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

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

R = 38.2%
G = 3%
B = 58.8%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66089D (or 0x66089D) is known color: Indigo. HEX triplet: 66, 08 and 9D. RGB value is (102,8,157). Sum of RGB (Red+Green+Blue) = 102+8+157=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #66089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66089D is #99F762. Grayscale: #343434. Windows color (decimal): -10090339 or 10291302. OLE color: 10291302.

HSL color Cylindrical-coordinate representation of color #66089D: hue angle of 277.85º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #66089D is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 8 157 -
CMYK 0.35 0.95 0 0.38
HSL 277.85º 0.9% 0.32% -
HSV(B) 277.85º 0.95% 0.62% -
XYZ 11.65 5.43 32.33 -
YUV 53.09 186.64 162.88 -
System Red Green Blue C M Y K H S L
Decimal 102 8 157 0.35 0.95 0 0.38 277.85 0.9 0.32
Hex 66 8 9D 23 5F 0 26 116 5A 20
Octal 146 10 235 43 137 0 46 426 132 40
Binary 1100110 1000 10011101 100011 1011111 0 100110 100010110 1011010 100000

Color Harmonies of #66089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66089D

Black with #66089D

Text Example


Text Example

White with #66089D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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