#5F127A

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

Shades of Indigo #5F127A

Tints of Indigo #5F127A

Color information

#5F127A (or 0x5F127A) is unknown color: approx Indigo. HEX triplet: 5F, 12 and 7A. RGB value is (95,18,122). Sum of RGB (Red+Green+Blue) = 95+18+122=235 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.43% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F127A is #A0ED85. Grayscale: #343434. Windows color (decimal): -10546566 or 8000095. OLE color: 8000095.

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

Color convert

RGB9518122-
CMYK0.220.8500.52
HSL284.42º74.29%27.45%-
HSV(B)284.42º85.25%47.84%-
XYZ8.454.2718.79-
YUV52.88167.01158.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.43%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 122 (48.05% from 255) = 51.91%
R=40.43%
G=7.66%
B=51.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal95181220.220.8500.52284.4274.2927.45
Hex5F127A165503411c4a1b
Octal137221722612506443411233
Binary10111111001011110101011010101010110100100011100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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