#5A0F8F

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

Shades of Indigo #5A0F8F

Tints of Indigo #5A0F8F

Color information

#5A0F8F (or 0x5A0F8F) is unknown color: approx Indigo. HEX triplet: 5A, 0F and 8F. RGB value is (90,15,143). Sum of RGB (Red+Green+Blue) = 90+15+143=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #5A0F8F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0F8F is #A5F070. Grayscale: #333333. Windows color (decimal): -10874993 or 9375578. OLE color: 9375578.

HSL color Cylindrical-coordinate representation of color #5A0F8F: hue angle of 275.16º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0F8F is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9015143-
CMYK0.370.9000.44
HSL275.16º81.01%30.98%-
HSV(B)275.16º89.51%56.08%-
XYZ9.354.526.36-
YUV52.02179.35155.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.29%
GREEN value IS 15 (6.25% from 255) = 6.05%
BLUE value IS 143 (56.25% from 255) = 57.66%
R=36.29%
G=6.05%
B=57.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90151430.370.9000.44275.1681.0130.98
Hex5AF8F255A02C113511f
Octal132172174513205442312137
Binary101101011111000111110010110110100101100100010011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,15,143); }

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

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

 a { background-color: rgb(90,15,143); }

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

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

 span { border-color: rgb(90,15,143); }

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