#601598

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

Shades of Indigo #601598

Tints of Indigo #601598

Color information

#601598 (or 0x601598) is unknown color: approx Indigo. HEX triplet: 60, 15 and 98. RGB value is (96,21,152). Sum of RGB (Red+Green+Blue) = 96+21+152=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #601598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601598 is #9FEA67. Grayscale: #393939. Windows color (decimal): -10480232 or 9966944. OLE color: 9966944.

HSL color Cylindrical-coordinate representation of color #601598: hue angle of 274.35º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601598 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9621152-
CMYK0.370.8600.40
HSL274.35º75.72%33.92%-
HSV(B)274.35º86.18%59.61%-
XYZ10.765.2930.16-
YUV58.36180.85154.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.69%
GREEN value IS 21 (8.59% from 255) = 7.81%
BLUE value IS 152 (59.77% from 255) = 56.51%
R=35.69%
G=7.81%
B=56.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96211520.370.8600.40274.3575.7233.92
Hex60159825560281124c22
Octal140252304512605042211442
Binary11000001010110011000100101101011001010001000100101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601598; }

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

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

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

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

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

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

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

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