#5F148A

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

Shades of Indigo #5F148A

Tints of Indigo #5F148A

Color information

#5F148A (or 0x5F148A) is unknown color: approx Indigo. HEX triplet: 5F, 14 and 8A. RGB value is (95,20,138). Sum of RGB (Red+Green+Blue) = 95+20+138=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F148A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F148A is #A0EB75. Grayscale: #373737. Windows color (decimal): -10546038 or 9049183. OLE color: 9049183.

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

Color convert

RGB9520138-
CMYK0.310.8600.46
HSL278.14º74.68%30.98%-
HSV(B)278.14º85.51%54.12%-
XYZ9.564.7724.46-
YUV55.88174.35155.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.55%
GREEN value IS 20 (8.20% from 255) = 7.91%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=37.55%
G=7.91%
B=54.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95201380.310.8600.46278.1474.6830.98
Hex5F148A1F5602E1164b1f
Octal137242123712605642611337
Binary101111110100100010101111110101100101110100010110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F148A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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