Html Css Color HEX #66099D Indigo

📋 copy color: '#66099D'

red 102 ◦ green 9 ◦ blue 157

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

Shades of Indigo #66099D

Tints of Indigo #66099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.36%

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

R = 38.06%
G = 3.36%
B = 58.58%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66099D (or 0x66099D) is known color: Indigo. HEX triplet: 66, 09 and 9D. RGB value is (102,9,157). Sum of RGB (Red+Green+Blue) = 102+9+157=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #66099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66099D is #99F662. Grayscale: #353535. Windows color (decimal): -10090083 or 10291558. OLE color: 10291558.

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

Color convert

RGB 102 9 157 -
CMYK 0.35 0.94 0 0.38
HSL 277.7º 0.89% 0.33% -
HSV(B) 277.7º 0.94% 0.62% -
XYZ 11.66 5.45 32.34 -
YUV 53.68 186.31 162.47 -
System Red Green Blue C M Y K H S L
Decimal 102 9 157 0.35 0.94 0 0.38 277.7 0.89 0.33
Hex 66 9 9D 23 5E 0 26 116 59 21
Octal 146 11 235 43 136 0 46 426 131 41
Binary 1100110 1001 10011101 100011 1011110 0 100110 100010110 1011001 100001

Color Harmonies of #66099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66099D

Black with #66099D

Text Example


Text Example

White with #66099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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