#661499

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

Shades of Indigo #661499

Tints of Indigo #661499

Color information

#661499 (or 0x661499) is unknown color: approx Indigo. HEX triplet: 66, 14 and 99. RGB value is (102,20,153). Sum of RGB (Red+Green+Blue) = 102+20+153=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #661499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661499 is #99EB66. Grayscale: #3B3B3B. Windows color (decimal): -10087271 or 10032230. OLE color: 10032230.

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

Color convert

RGB10220153-
CMYK0.330.8700.4
HSL276.99º76.88%33.92%-
HSV(B)276.99º86.93%60%-
XYZ11.485.6230.62-
YUV59.68180.67158.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.09%
GREEN value IS 20 (8.20% from 255) = 7.27%
BLUE value IS 153 (60.16% from 255) = 55.64%
R=37.09%
G=7.27%
B=55.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal102201530.330.8700.4276.9976.8833.92
Hex66149921570281154d22
Octal146242314112705042511542
Binary11001101010010011001100001101011101010001000101011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661499; }

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

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

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

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

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

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

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

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