#601899

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

Shades of Indigo #601899

Tints of Indigo #601899

Color information

#601899 (or 0x601899) is unknown color: approx Indigo. HEX triplet: 60, 18 and 99. RGB value is (96,24,153). Sum of RGB (Red+Green+Blue) = 96+24+153=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #601899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601899 is #9FE766. Grayscale: #3B3B3B. Windows color (decimal): -10479463 or 10033248. OLE color: 10033248.

HSL color Cylindrical-coordinate representation of color #601899: hue angle of 273.49º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #601899 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9624153-
CMYK0.370.8400.4
HSL273.49º72.88%34.71%-
HSV(B)273.49º84.31%60%-
XYZ10.95.4430.61-
YUV60.23180.35153.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.16%
GREEN value IS 24 (9.77% from 255) = 8.79%
BLUE value IS 153 (60.16% from 255) = 56.04%
R=35.16%
G=8.79%
B=56.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96241530.370.8400.4273.4972.8834.71
Hex60189925540281114923
Octal140302314512405042111143
Binary11000001100010011001100101101010001010001000100011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601899; }

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

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

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

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

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

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

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

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