#5A1984

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

Shades of Indigo #5A1984

Tints of Indigo #5A1984

Color information

#5A1984 (or 0x5A1984) is unknown color: approx Indigo. HEX triplet: 5A, 19 and 84. RGB value is (90,25,132). Sum of RGB (Red+Green+Blue) = 90+25+132=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A1984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1984 is #A5E67B. Grayscale: #383838. Windows color (decimal): -10872444 or 8657242. OLE color: 8657242.

HSL color Cylindrical-coordinate representation of color #5A1984: hue angle of 276.45º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A1984 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9025132-
CMYK0.320.8100.48
HSL276.45º68.15%30.78%-
HSV(B)276.45º81.06%51.76%-
XYZ8.734.5322.25-
YUV56.63170.53151.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.44%
GREEN value IS 25 (10.16% from 255) = 10.12%
BLUE value IS 132 (51.95% from 255) = 53.44%
R=36.44%
G=10.12%
B=53.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal90251320.320.8100.48276.4568.1530.78
Hex5A19842051030114441f
Octal132312044012106042410437
Binary1011010110011000010010000010100010110000100010100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,25,132); }

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

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

 a { background-color: rgb(90,25,132); }

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

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

 span { border-color: rgb(90,25,132); }

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