#5F0A9D

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

Shades of Indigo #5F0A9D

Tints of Indigo #5F0A9D

Color information

#5F0A9D (or 0x5F0A9D) is unknown color: approx Indigo. HEX triplet: 5F, 0A and 9D. RGB value is (95,10,157). Sum of RGB (Red+Green+Blue) = 95+10+157=262 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.26% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F0A9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0A9D is #A0F562. Grayscale: #333333. Windows color (decimal): -10548579 or 10291807. OLE color: 10291807.

HSL color Cylindrical-coordinate representation of color #5F0A9D: hue angle of 274.69º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0A9D is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9510157-
CMYK0.390.9400.38
HSL274.69º88.02%32.75%-
HSV(B)274.69º93.63%61.57%-
XYZ10.915.0832.3-
YUV52.17187.16158.55-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.26%
GREEN value IS 10 (4.30% from 255) = 3.82%
BLUE value IS 157 (61.72% from 255) = 59.92%
R=36.26%
G=3.82%
B=59.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95101570.390.9400.38274.6988.0232.75
Hex5FA9D275E0261135821
Octal137122354713604642313041
Binary1011111101010011101100111101111001001101000100111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,10,157); }

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

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

 a { background-color: rgb(95,10,157); }

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

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

 span { border-color: rgb(95,10,157); }

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