#5F157A

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

Shades of Indigo #5F157A

Tints of Indigo #5F157A

Color information

#5F157A (or 0x5F157A) is unknown color: approx Indigo. HEX triplet: 5F, 15 and 7A. RGB value is (95,21,122). Sum of RGB (Red+Green+Blue) = 95+21+122=238 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.92% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F157A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F157A is #A0EA85. Grayscale: #363636. Windows color (decimal): -10545798 or 8000863. OLE color: 8000863.

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

Color convert

RGB9521122-
CMYK0.220.8300.52
HSL283.96º70.63%28.04%-
HSV(B)283.96º82.79%47.84%-
XYZ8.54.3718.81-
YUV54.64166.02156.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.92%
GREEN value IS 21 (8.59% from 255) = 8.82%
BLUE value IS 122 (48.05% from 255) = 51.26%
R=39.92%
G=8.82%
B=51.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal95211220.220.8300.52283.9670.6328.04
Hex5F157A165303411c471c
Octal137251722612306443410734
Binary10111111010111110101011010100110110100100011100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F157A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,21,122); }

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

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

 a { background-color: rgb(95,21,122); }

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

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

 span { border-color: rgb(95,21,122); }

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