Html Css Color HEX #66009D Indigo

📋 copy color: '#66009D'

red 102 ◦ green 0 ◦ blue 157

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

Shades of Indigo #66009D

Tints of Indigo #66009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.38%
G = 0%
B = 60.62%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66009D (or 0x66009D) is known color: Indigo. HEX triplet: 66, 00 and 9D. RGB value is (102,0,157). Sum of RGB (Red+Green+Blue) = 102+0+157=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #66009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66009D is #99FF62. Grayscale: #2F2F2F. Windows color (decimal): -10092387 or 10289254. OLE color: 10289254.

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

Color convert

RGB 102 0 157 -
CMYK 0.35 1 0 0.38
HSL 278.98º 1% 0.31% -
HSV(B) 278.98º 1% 0.62% -
XYZ 11.57 5.26 32.3 -
YUV 48.4 189.29 166.23 -
System Red Green Blue C M Y K H S L
Decimal 102 0 157 0.35 1 0 0.38 278.98 1 0.31
Hex 66 0 9D 23 64 0 26 117 64 1F
Octal 146 0 235 43 144 0 46 427 144 37
Binary 1100110 0 10011101 100011 1100100 0 100110 100010111 1100100 11111

Color Harmonies of #66009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66009D

Black with #66009D

Text Example


Text Example

White with #66009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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