#5F1385

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

Shades of Indigo #5F1385

Tints of Indigo #5F1385

Color information

#5F1385 (or 0x5F1385) is unknown color: approx Indigo. HEX triplet: 5F, 13 and 85. RGB value is (95,19,133). Sum of RGB (Red+Green+Blue) = 95+19+133=247 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.46% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F1385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F1385 is #A0EC7A. Grayscale: #363636. Windows color (decimal): -10546299 or 8721247. OLE color: 8721247.

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

Color convert

RGB9519133-
CMYK0.290.8600.48
HSL280º75%29.8%-
HSV(B)280º85.71%52.16%-
XYZ9.194.5922.59-
YUV54.72172.18156.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.46%
GREEN value IS 19 (7.81% from 255) = 7.69%
BLUE value IS 133 (52.34% from 255) = 53.85%
R=38.46%
G=7.69%
B=53.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95191330.290.8600.482807529.8
Hex5F13851D560301184b1e
Octal137232053512606043011336
Binary101111110011100001011110110101100110000100011000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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