Html Css Color HEX #660A95 Indigo

📋 copy color: '#660A95'

red 102 ◦ green 10 ◦ blue 149

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

Shades of Indigo #660A95

Tints of Indigo #660A95

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.83%

 BLUE value IS 149 (58.59% from 255) = 57.09%

R = 39.08%
G = 3.83%
B = 57.09%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#660A95 (or 0x660A95) is known color: Indigo. HEX triplet: 66, 0A and 95. RGB value is (102,10,149). Sum of RGB (Red+Green+Blue) = 102+10+149=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #660A95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660A95 is #99F56A. Grayscale: #343434. Windows color (decimal): -10089835 or 9767526. OLE color: 9767526.

HSL color Cylindrical-coordinate representation of color #660A95: hue angle of 279.71º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660A95 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 10 149 -
CMYK 0.32 0.93 0 0.42
HSL 279.71º 0.87% 0.31% -
HSV(B) 279.71º 0.93% 0.58% -
XYZ 11.01 5.21 28.86 -
YUV 53.35 181.98 162.7 -
System Red Green Blue C M Y K H S L
Decimal 102 10 149 0.32 0.93 0 0.42 279.71 0.87 0.31
Hex 66 A 95 20 5D 0 2A 118 57 1F
Octal 146 12 225 40 135 0 52 430 127 37
Binary 1100110 1010 10010101 100000 1011101 0 101010 100011000 1010111 11111

Color Harmonies of #660A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660A95

Black with #660A95

Text Example


Text Example

White with #660A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660A95; }

 p { color: rgb(102,10,149); }

 H1.HeaderClassName
 {
   color: #660A95;
 }
 .AnyTagClassName
 {
   color: #660A95;
 }
</style>

background-color css

<style>
 a { background-color: #660A95; }

 a { background-color: rgb(102,10,149); }

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

border-color css

<style>
 span { border-color: #660A95; }

 span { border-color: rgb(102,10,149); }

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