#661887

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

Shades of Indigo #661887

Tints of Indigo #661887

Color information

#661887 (or 0x661887) is unknown color: approx Indigo. HEX triplet: 66, 18 and 87. RGB value is (102,24,135). Sum of RGB (Red+Green+Blue) = 102+24+135=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #661887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661887 is #99E778. Grayscale: #3B3B3B. Windows color (decimal): -10086265 or 8853606. OLE color: 8853606.

HSL color Cylindrical-coordinate representation of color #661887: hue angle of 282.16º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661887 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10224135-
CMYK0.240.8200.47
HSL282.16º69.81%31.18%-
HSV(B)282.16º82.22%52.94%-
XYZ10.185.2323.39-
YUV59.98170.34157.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.08%
GREEN value IS 24 (9.77% from 255) = 9.20%
BLUE value IS 135 (53.12% from 255) = 51.72%
R=39.08%
G=9.20%
B=51.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102241350.240.8200.47282.1669.8131.18
Hex661887185202F11a461f
Octal146302073012205743210637
Binary110011011000100001111100010100100101111100011010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661887; }

 p { color: rgb(102,24,135); }

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

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

 a { background-color: rgb(102,24,135); }

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

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

 span { border-color: rgb(102,24,135); }

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