#5F007C

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

Shades of Indigo #5F007C

Tints of Indigo #5F007C

Color information

#5F007C (or 0x5F007C) is unknown color: approx Indigo. HEX triplet: 5F, 00 and 7C. RGB value is (95,0,124). Sum of RGB (Red+Green+Blue) = 95+0+124=219 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.38% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F007C is #A0FF83. Grayscale: #2A2A2A. Windows color (decimal): -10551172 or 8126559. OLE color: 8126559.

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

Color convert

RGB950124-
CMYK0.23100.51
HSL285.97º100%24.31%-
HSV(B)285.97º100%48.63%-
XYZ8.363.8919.38-
YUV42.54173.97165.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 56.62%
R=43.38%
G=0%
B=56.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9501240.23100.51285.9710024.31
Hex5F07C176403311e6418
Octal13701742714406343614430
Binary1011111011111001011111001000110011100011110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,0,124); }

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

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

 a { background-color: rgb(95,0,124); }

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

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

 span { border-color: rgb(95,0,124); }

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