#5F0399

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

Shades of Indigo #5F0399

Tints of Indigo #5F0399

Color information

#5F0399 (or 0x5F0399) is unknown color: approx Indigo. HEX triplet: 5F, 03 and 99. RGB value is (95,3,153). Sum of RGB (Red+Green+Blue) = 95+3+153=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F0399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0399 is #A0FC66. Grayscale: #2F2F2F. Windows color (decimal): -10550375 or 10027871. OLE color: 10027871.

HSL color Cylindrical-coordinate representation of color #5F0399: hue angle of 276.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F0399 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB953153-
CMYK0.380.9800.4
HSL276.8º96.15%30.59%-
HSV(B)276.8º98.04%60%-
XYZ10.54.830.51-
YUV47.61187.48161.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.85%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 153 (60.16% from 255) = 60.96%
R=37.85%
G=1.20%
B=60.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal9531530.380.9800.4276.896.1530.59
Hex5F3992662028115601f
Octal13732314614205042514037
Binary1011111111001100110011011000100101000100010101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,3,153); }

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

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

 a { background-color: rgb(95,3,153); }

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

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

 span { border-color: rgb(95,3,153); }

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