#601595

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

Shades of Indigo #601595

Tints of Indigo #601595

Color information

#601595 (or 0x601595) is unknown color: approx Indigo. HEX triplet: 60, 15 and 95. RGB value is (96,21,149). Sum of RGB (Red+Green+Blue) = 96+21+149=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #601595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601595 is #9FEA6A. Grayscale: #393939. Windows color (decimal): -10480235 or 9770336. OLE color: 9770336.

HSL color Cylindrical-coordinate representation of color #601595: hue angle of 275.16º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601595 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9621149-
CMYK0.360.8600.42
HSL275.16º75.29%33.33%-
HSV(B)275.16º85.91%58.43%-
XYZ10.525.1928.88-
YUV58.02179.35155.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 21 (8.59% from 255) = 7.89%
BLUE value IS 149 (58.59% from 255) = 56.02%
R=36.09%
G=7.89%
B=56.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96211490.360.8600.42275.1675.2933.33
Hex601595245602A1134b21
Octal140252254412605242311341
Binary11000001010110010101100100101011001010101000100111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601595; }

 p { color: rgb(96,21,149); }

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

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

 a { background-color: rgb(96,21,149); }

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

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

 span { border-color: rgb(96,21,149); }

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