#601795

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

Shades of Indigo #601795

Tints of Indigo #601795

Color information

#601795 (or 0x601795) is unknown color: approx Indigo. HEX triplet: 60, 17 and 95. RGB value is (96,23,149). Sum of RGB (Red+Green+Blue) = 96+23+149=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #601795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601795 is #9FE86A. Grayscale: #3A3A3A. Windows color (decimal): -10479723 or 9770848. OLE color: 9770848.

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

Color convert

RGB9623149-
CMYK0.360.8500.42
HSL274.76º73.26%33.73%-
HSV(B)274.76º84.56%58.43%-
XYZ10.565.2728.89-
YUV59.19178.68154.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.82%
GREEN value IS 23 (9.38% from 255) = 8.58%
BLUE value IS 149 (58.59% from 255) = 55.60%
R=35.82%
G=8.58%
B=55.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96231490.360.8500.42274.7673.2633.73
Hex601795245502A1134922
Octal140272254412505242311142
Binary11000001011110010101100100101010101010101000100111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601795; }

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

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

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

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

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

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

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

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