#5A0397

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

Shades of Indigo #5A0397

Tints of Indigo #5A0397

Color information

#5A0397 (or 0x5A0397) is unknown color: approx Indigo. HEX triplet: 5A, 03 and 97. RGB value is (90,3,151). Sum of RGB (Red+Green+Blue) = 90+3+151=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 151 (59.38% from 255 or 61.89% from 244); Max value from RGB is 151 - color contains mainly: blue. Hex color #5A0397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0397 is #A5FC68. Grayscale: #2D2D2D. Windows color (decimal): -10878057 or 9896794. OLE color: 9896794.

HSL color Cylindrical-coordinate representation of color #5A0397: hue angle of 275.27º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A0397 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB903151-
CMYK0.400.9800.41
HSL275.27º96.1%30.2%-
HSV(B)275.27º98.01%59.22%-
XYZ9.834.4729.62-
YUV45.89187.32159.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.89%
GREEN value IS 3 (1.56% from 255) = 1.23%
BLUE value IS 151 (59.38% from 255) = 61.89%
R=36.89%
G=1.23%
B=61.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9031510.400.9800.41275.2796.130.2
Hex5A3972862029113601e
Octal13232275014205142314036
Binary1011010111001011110100011000100101001100010011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,3,151); }

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

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

 a { background-color: rgb(90,3,151); }

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

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

 span { border-color: rgb(90,3,151); }

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