#5F128A

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

Shades of Indigo #5F128A

Tints of Indigo #5F128A

Color information

#5F128A (or 0x5F128A) is unknown color: approx Indigo. HEX triplet: 5F, 12 and 8A. RGB value is (95,18,138). Sum of RGB (Red+Green+Blue) = 95+18+138=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F128A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F128A is #A0ED75. Grayscale: #363636. Windows color (decimal): -10546550 or 9048671. OLE color: 9048671.

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

Color convert

RGB9518138-
CMYK0.310.8700.46
HSL278.5º76.92%30.59%-
HSV(B)278.5º86.96%54.12%-
XYZ9.524.724.45-
YUV54.7175.01156.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.85%
GREEN value IS 18 (7.42% from 255) = 7.17%
BLUE value IS 138 (54.30% from 255) = 54.98%
R=37.85%
G=7.17%
B=54.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95181380.310.8700.46278.576.9230.59
Hex5F128A1F5702E1164d1f
Octal137222123712705642611537
Binary101111110010100010101111110101110101110100010110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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