Html Css Color HEX #66049E Indigo

📋 copy color: '#66049E'

red 102 ◦ green 4 ◦ blue 158

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

Shades of Indigo #66049E

Tints of Indigo #66049E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

 BLUE value IS 158 (62.11% from 255) = 59.85%

R = 38.64%
G = 1.52%
B = 59.85%

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

#66049E (or 0x66049E) is known color: Indigo. HEX triplet: 66, 04 and 9E. RGB value is (102,4,158). Sum of RGB (Red+Green+Blue) = 102+4+158=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #66049E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66049E is #99FB61. Grayscale: #323232. Windows color (decimal): -10091362 or 10355814. OLE color: 10355814.

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

Color convert

RGB 102 4 158 -
CMYK 0.35 0.97 0 0.38
HSL 278.18º 0.95% 0.32% -
HSV(B) 278.18º 0.97% 0.62% -
XYZ 11.69 5.38 32.77 -
YUV 50.86 188.47 164.48 -
System Red Green Blue C M Y K H S L
Decimal 102 4 158 0.35 0.97 0 0.38 278.18 0.95 0.32
Hex 66 4 9E 23 61 0 26 116 5F 20
Octal 146 4 236 43 141 0 46 426 137 40
Binary 1100110 100 10011110 100011 1100001 0 100110 100010110 1011111 100000

Color Harmonies of #66049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66049E

Black with #66049E

Text Example


Text Example

White with #66049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66049E; }

 p { color: rgb(102,4,158); }

 H1.HeaderClassName
 {
   color: #66049E;
 }
 .AnyTagClassName
 {
   color: #66049E;
 }
</style>

background-color css

<style>
 a { background-color: #66049E; }

 a { background-color: rgb(102,4,158); }

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

border-color css

<style>
 span { border-color: #66049E; }

 span { border-color: rgb(102,4,158); }

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