#5F0885

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

Shades of Indigo #5F0885

Tints of Indigo #5F0885

Color information

#5F0885 (or 0x5F0885) is unknown color: approx Indigo. HEX triplet: 5F, 08 and 85. RGB value is (95,8,133). Sum of RGB (Red+Green+Blue) = 95+8+133=236 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.25% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F0885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0885 is #A0F77A. Grayscale: #2F2F2F. Windows color (decimal): -10549115 or 8718431. OLE color: 8718431.

HSL color Cylindrical-coordinate representation of color #5F0885: hue angle of 281.76º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0885 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB958133-
CMYK0.290.9400.48
HSL281.76º88.65%27.65%-
HSV(B)281.76º93.98%52.16%-
XYZ9.044.322.54-
YUV48.26175.82161.34-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.25%
GREEN value IS 8 (3.52% from 255) = 3.39%
BLUE value IS 133 (52.34% from 255) = 56.36%
R=40.25%
G=3.39%
B=56.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9581330.290.9400.48281.7688.6527.65
Hex5F8851D5E03011a591c
Octal137102053513606043213134
Binary10111111000100001011110110111100110000100011010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,8,133); }

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

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

 a { background-color: rgb(95,8,133); }

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

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

 span { border-color: rgb(95,8,133); }

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