#5F047E

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

Shades of Indigo #5F047E

Tints of Indigo #5F047E

Color information

#5F047E (or 0x5F047E) is unknown color: approx Indigo. HEX triplet: 5F, 04 and 7E. RGB value is (95,4,126). Sum of RGB (Red+Green+Blue) = 95+4+126=225 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.22% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #5F047E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F047E is #A0FB81. Grayscale: #2C2C2C. Windows color (decimal): -10550146 or 8258655. OLE color: 8258655.

HSL color Cylindrical-coordinate representation of color #5F047E: hue angle of 284.75º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F047E is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB954126-
CMYK0.250.9700.51
HSL284.75º93.85%25.49%-
HSV(B)284.75º96.83%49.41%-
XYZ8.534.0320.07-
YUV45.12173.65163.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.22%
GREEN value IS 4 (1.95% from 255) = 1.78%
BLUE value IS 126 (49.61% from 255) = 56%
R=42.22%
G=1.78%
B=56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9541260.250.9700.51284.7593.8525.49
Hex5F47E196103311d5e19
Octal13741763114106343513631
Binary101111110011111101100111000010110011100011101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F047E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,4,126); }

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

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

 a { background-color: rgb(95,4,126); }

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

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

 span { border-color: rgb(95,4,126); }

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