#5F158A

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

Shades of Indigo #5F158A

Tints of Indigo #5F158A

Color information

#5F158A (or 0x5F158A) is unknown color: approx Indigo. HEX triplet: 5F, 15 and 8A. RGB value is (95,21,138). Sum of RGB (Red+Green+Blue) = 95+21+138=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F158A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F158A is #A0EA75. Grayscale: #383838. Windows color (decimal): -10545782 or 9049439. OLE color: 9049439.

HSL color Cylindrical-coordinate representation of color #5F158A: hue angle of 277.95º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F158A is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9521138-
CMYK0.310.8500.46
HSL277.95º73.58%31.18%-
HSV(B)277.95º84.78%54.12%-
XYZ9.574.824.47-
YUV56.46174.02155.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.40%
GREEN value IS 21 (8.59% from 255) = 8.27%
BLUE value IS 138 (54.30% from 255) = 54.33%
R=37.40%
G=8.27%
B=54.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95211380.310.8500.46277.9573.5831.18
Hex5F158A1F5502E1164a1f
Octal137252123712505642611237
Binary101111110101100010101111110101010101110100010110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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