#601291

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

Shades of Indigo #601291

Tints of Indigo #601291

Color information

#601291 (or 0x601291) is unknown color: approx Indigo. HEX triplet: 60, 12 and 91. RGB value is (96,18,145). Sum of RGB (Red+Green+Blue) = 96+18+145=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #601291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601291 is #9FED6E. Grayscale: #373737. Windows color (decimal): -10481007 or 9507424. OLE color: 9507424.

HSL color Cylindrical-coordinate representation of color #601291: hue angle of 276.85º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601291 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9618145-
CMYK0.340.8800.43
HSL276.85º77.91%31.96%-
HSV(B)276.85º87.59%56.86%-
XYZ10.154.9627.21-
YUV55.8178.34156.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 145 (57.03% from 255) = 55.98%
R=37.07%
G=6.95%
B=55.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96181450.340.8800.43276.8577.9131.96
Hex601291225802B1154e20
Octal140222214213005342511640
Binary11000001001010010001100010101100001010111000101011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601291; }

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

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

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

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

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

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

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

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