#5F0595

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

Shades of Indigo #5F0595

Tints of Indigo #5F0595

Color information

#5F0595 (or 0x5F0595) is unknown color: approx Indigo. HEX triplet: 5F, 05 and 95. RGB value is (95,5,149). Sum of RGB (Red+Green+Blue) = 95+5+149=249 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.15% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #5F0595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0595 is #A0FA6A. Grayscale: #2F2F2F. Windows color (decimal): -10549867 or 9766239. OLE color: 9766239.

HSL color Cylindrical-coordinate representation of color #5F0595: hue angle of 277.5º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F0595 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB955149-
CMYK0.360.9700.42
HSL277.5º93.51%30.2%-
HSV(B)277.5º96.64%58.43%-
XYZ10.24.7128.81-
YUV48.33184.82161.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.15%
GREEN value IS 5 (2.34% from 255) = 2.01%
BLUE value IS 149 (58.59% from 255) = 59.84%
R=38.15%
G=2.01%
B=59.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9551490.360.9700.42277.593.5130.2
Hex5F595246102A1165e1e
Octal13752254414105242613636
Binary10111111011001010110010011000010101010100010110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F0595; }

 p { color: rgb(95,5,149); }

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

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

 a { background-color: rgb(95,5,149); }

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

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

 span { border-color: rgb(95,5,149); }

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