#601391

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

Shades of Indigo #601391

Tints of Indigo #601391

Color information

#601391 (or 0x601391) is unknown color: approx Indigo. HEX triplet: 60, 13 and 91. RGB value is (96,19,145). Sum of RGB (Red+Green+Blue) = 96+19+145=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #601391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601391 is #9FEC6E. Grayscale: #373737. Windows color (decimal): -10480751 or 9507680. OLE color: 9507680.

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

Color convert

RGB9619145-
CMYK0.340.8700.43
HSL276.67º76.83%32.16%-
HSV(B)276.67º86.9%56.86%-
XYZ10.17527.22-
YUV56.39178.01156.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.92%
GREEN value IS 19 (7.81% from 255) = 7.31%
BLUE value IS 145 (57.03% from 255) = 55.77%
R=36.92%
G=7.31%
B=55.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96191450.340.8700.43276.6776.8332.16
Hex601391225702B1154d20
Octal140232214212705342511540
Binary11000001001110010001100010101011101010111000101011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601391; }

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

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

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

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

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

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

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

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