#601087

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

Shades of Indigo #601087

Tints of Indigo #601087

Color information

#601087 (or 0x601087) is unknown color: approx Indigo. HEX triplet: 60, 10 and 87. RGB value is (96,16,135). Sum of RGB (Red+Green+Blue) = 96+16+135=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #601087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601087 is #9FEF78. Grayscale: #353535. Windows color (decimal): -10481529 or 8851552. OLE color: 8851552.

HSL color Cylindrical-coordinate representation of color #601087: hue angle of 280.34º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601087 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9616135-
CMYK0.290.8800.47
HSL280.34º78.81%29.61%-
HSV(B)280.34º88.15%52.94%-
XYZ9.384.6123.32-
YUV53.49174158.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 16 (6.64% from 255) = 6.48%
BLUE value IS 135 (53.12% from 255) = 54.66%
R=38.87%
G=6.48%
B=54.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96161350.290.8800.47280.3478.8129.61
Hex6010871D5802F1184f1e
Octal140202073513005743011736
Binary110000010000100001111110110110000101111100011000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601087; }

 p { color: rgb(96,16,135); }

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

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

 a { background-color: rgb(96,16,135); }

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

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

 span { border-color: rgb(96,16,135); }

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