#601288

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

Shades of Indigo #601288

Tints of Indigo #601288

Color information

#601288 (or 0x601288) is unknown color: approx Indigo. HEX triplet: 60, 12 and 88. RGB value is (96,18,136). Sum of RGB (Red+Green+Blue) = 96+18+136=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #601288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601288 is #9FED77. Grayscale: #363636. Windows color (decimal): -10481016 or 8917600. OLE color: 8917600.

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

Color convert

RGB9618136-
CMYK0.290.8700.47
HSL279.66º76.62%30.2%-
HSV(B)279.66º86.76%53.33%-
XYZ9.484.723.7-
YUV54.77173.84157.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 18 (7.42% from 255) = 7.2%
BLUE value IS 136 (53.52% from 255) = 54.4%
R=38.4%
G=7.2%
B=54.4%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96181360.290.8700.47279.6676.6230.2
Hex6012881D5702F1184d1e
Octal140222103512705743011536
Binary110000010010100010001110110101110101111100011000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601288; }

 p { color: rgb(96,18,136); }

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

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

 a { background-color: rgb(96,18,136); }

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

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

 span { border-color: rgb(96,18,136); }

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