Html Css Color HEX #660F95 Indigo

📋 copy color: '#660F95'

red 102 ◦ green 15 ◦ blue 149

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

Shades of Indigo #660F95

Tints of Indigo #660F95

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.64%

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

R = 38.35%
G = 5.64%
B = 56.02%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#660F95 (or 0x660F95) is known color: Indigo. HEX triplet: 66, 0F and 95. RGB value is (102,15,149). Sum of RGB (Red+Green+Blue) = 102+15+149=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #660F95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660F95 is #99F06A. Grayscale: #373737. Windows color (decimal): -10088555 or 9768806. OLE color: 9768806.

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

Color convert

RGB 102 15 149 -
CMYK 0.32 0.90 0 0.42
HSL 278.96º 0.82% 0.32% -
HSV(B) 278.96º 0.9% 0.58% -
XYZ 11.08 5.34 28.88 -
YUV 56.29 180.32 160.6 -
System Red Green Blue C M Y K H S L
Decimal 102 15 149 0.32 0.90 0 0.42 278.96 0.82 0.32
Hex 66 F 95 20 5A 0 2A 117 52 20
Octal 146 17 225 40 132 0 52 427 122 40
Binary 1100110 1111 10010101 100000 1011010 0 101010 100010111 1010010 100000

Color Harmonies of #660F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660F95

Black with #660F95

Text Example


Text Example

White with #660F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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