#601891

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

Shades of Indigo #601891

Tints of Indigo #601891

Color information

#601891 (or 0x601891) is unknown color: approx Indigo. HEX triplet: 60, 18 and 91. RGB value is (96,24,145). Sum of RGB (Red+Green+Blue) = 96+24+145=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #601891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601891 is #9FE76E. Grayscale: #3A3A3A. Windows color (decimal): -10479471 or 9508960. OLE color: 9508960.

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

Color convert

RGB9624145-
CMYK0.340.8300.43
HSL275.7º71.6%33.14%-
HSV(B)275.7º83.45%56.86%-
XYZ10.265.1827.25-
YUV59.32176.35154.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 24 (9.77% from 255) = 9.06%
BLUE value IS 145 (57.03% from 255) = 54.72%
R=36.23%
G=9.06%
B=54.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96241450.340.8300.43275.771.633.14
Hex601891225302B1144821
Octal140302214212305342411041
Binary11000001100010010001100010101001101010111000101001001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601891; }

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

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

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

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

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

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

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

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