#5A0C7C

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

Shades of Indigo #5A0C7C

Tints of Indigo #5A0C7C

Color information

#5A0C7C (or 0x5A0C7C) is unknown color: approx Indigo. HEX triplet: 5A, 0C and 7C. RGB value is (90,12,124). Sum of RGB (Red+Green+Blue) = 90+12+124=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A0C7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0C7C is #A5F383. Grayscale: #2F2F2F. Windows color (decimal): -10875780 or 8129626. OLE color: 8129626.

HSL color Cylindrical-coordinate representation of color #5A0C7C: hue angle of 281.79º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0C7C is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9012124-
CMYK0.270.9000.51
HSL281.79º82.35%26.67%-
HSV(B)281.79º90.32%48.63%-
XYZ7.993.8919.4-
YUV48.09170.84157.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.82%
GREEN value IS 12 (5.08% from 255) = 5.31%
BLUE value IS 124 (48.83% from 255) = 54.87%
R=39.82%
G=5.31%
B=54.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal90121240.270.9000.51281.7982.3526.67
Hex5AC7C1B5A03311a521b
Octal132141743313206343212233
Binary1011010110011111001101110110100110011100011010101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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