#5F016C

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

Shades of Indigo #5F016C

Tints of Indigo #5F016C

Color information

#5F016C (or 0x5F016C) is unknown color: approx Indigo. HEX triplet: 5F, 01 and 6C. RGB value is (95,1,108). Sum of RGB (Red+Green+Blue) = 95+1+108=204 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.57% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F016C is #A0FE93. Grayscale: #282828. Windows color (decimal): -10550932 or 7078239. OLE color: 7078239.

HSL color Cylindrical-coordinate representation of color #5F016C: hue angle of 292.71º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F016C is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB951108-
CMYK0.120.9900.58
HSL292.71º98.17%21.37%-
HSV(B)292.71º99.07%42.35%-
XYZ7.443.5414.48-
YUV41.3165.64166.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.57%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 108 (42.58% from 255) = 52.94%
R=46.57%
G=0.49%
B=52.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9511080.120.9900.58292.7198.1721.37
Hex5F16CC6303A1256215
Octal13711541414307244514225
Binary101111111101100110011000110111010100100101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,1,108); }

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

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

 a { background-color: rgb(95,1,108); }

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

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

 span { border-color: rgb(95,1,108); }

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