Html Css Color HEX #66089F Indigo

📋 copy color: '#66089F'

red 102 ◦ green 8 ◦ blue 159

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

Shades of Indigo #66089F

Tints of Indigo #66089F

RGB

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

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

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

R = 37.92%
G = 2.97%
B = 59.11%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66089F (or 0x66089F) is known color: Indigo. HEX triplet: 66, 08 and 9F. RGB value is (102,8,159). Sum of RGB (Red+Green+Blue) = 102+8+159=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #66089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66089F is #99F760. Grayscale: #343434. Windows color (decimal): -10090337 or 10422374. OLE color: 10422374.

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

Color convert

RGB 102 8 159 -
CMYK 0.36 0.95 0 0.38
HSL 277.35º 0.9% 0.33% -
HSV(B) 277.35º 0.95% 0.62% -
XYZ 11.82 5.5 33.24 -
YUV 53.32 187.64 162.72 -
System Red Green Blue C M Y K H S L
Decimal 102 8 159 0.36 0.95 0 0.38 277.35 0.9 0.33
Hex 66 8 9F 24 5F 0 26 115 5A 21
Octal 146 10 237 44 137 0 46 425 132 41
Binary 1100110 1000 10011111 100100 1011111 0 100110 100010101 1011010 100001

Color Harmonies of #66089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66089F

Black with #66089F

Text Example


Text Example

White with #66089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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