#5A0C9F

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

Shades of Indigo #5A0C9F

Tints of Indigo #5A0C9F

Color information

#5A0C9F (or 0x5A0C9F) is unknown color: approx Indigo. HEX triplet: 5A, 0C and 9F. RGB value is (90,12,159). Sum of RGB (Red+Green+Blue) = 90+12+159=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A0C9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0C9F is #A5F360. Grayscale: #333333. Windows color (decimal): -10875745 or 10423386. OLE color: 10423386.

HSL color Cylindrical-coordinate representation of color #5A0C9F: hue angle of 271.84º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0C9F is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9012159-
CMYK0.430.9200.38
HSL271.84º85.96%33.53%-
HSV(B)271.84º92.45%62.35%-
XYZ10.614.9433.2-
YUV52.08188.34155.05-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.48%
GREEN value IS 12 (5.08% from 255) = 4.60%
BLUE value IS 159 (62.5% from 255) = 60.92%
R=34.48%
G=4.60%
B=60.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90121590.430.9200.38271.8485.9633.53
Hex5AC9F2B5C0261105622
Octal132142375313404642012642
Binary1011010110010011111101011101110001001101000100001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,12,159); }

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

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

 a { background-color: rgb(90,12,159); }

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

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

 span { border-color: rgb(90,12,159); }

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