#660199

Color #660199 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #660199

Tints of Indigo #660199

Color information

#660199 (or 0x660199) is unknown color: approx Indigo. HEX triplet: 66, 01 and 99. RGB value is (102,1,153). Sum of RGB (Red+Green+Blue) = 102+1+153=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #660199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660199 is #99FE66. Grayscale: #303030. Windows color (decimal): -10092135 or 10027366. OLE color: 10027366.

HSL color Cylindrical-coordinate representation of color #660199: hue angle of 279.87º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660199 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1021153-
CMYK0.330.9900.4
HSL279.87º98.7%30.2%-
HSV(B)279.87º99.35%60%-
XYZ11.245.1530.54-
YUV48.53186.96166.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 153 (60.16% from 255) = 59.77%
R=39.84%
G=0.39%
B=59.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10211530.330.9900.4279.8798.730.2
Hex661992163028118631e
Octal14612314114305043014336
Binary110011011001100110000111000110101000100011000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660199; }

 p { color: rgb(102,1,153); }

 H1.HeaderClassName
 {
   color: #660199;
 }
 .AnyTagClassName
 {
   color: #660199;
 }
</style>
background-color css

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

 a { background-color: rgb(102,1,153); }

 div.DivClassName
 {
   background-color: #660199;
 }
 .BgClassName
 {
   background-color: #660199;
 }
</style>
border-color css

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

 span { border-color: rgb(102,1,153); }

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