Html Css Color HEX #5A056E Indigo

📋 copy color: '#5A056E'

red 90 ◦ green 5 ◦ blue 110

#5A056E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #5A056E

Tints of Indigo #5A056E

RGB

 RED value IS 90 (35.55% from 255) = 43.9%

 GREEN value IS 5 (2.34% from 255) = 2.44%

 BLUE value IS 110 (43.36% from 255) = 53.66%

R = 43.9%
G = 2.44%
B = 53.66%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A056E (or 0x5A056E) is known color: Indigo. HEX triplet: 5A, 05 and 6E. RGB value is (90,5,110). Sum of RGB (Red+Green+Blue) = 90+5+110=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A056E is #A5FA91. Grayscale: #2A2A2A. Windows color (decimal): -10877586 or 7210330. OLE color: 7210330.

HSL color Cylindrical-coordinate representation of color #5A056E: hue angle of 288.57º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A056E is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 90 5 110 -
CMYK 0.18 0.95 0 0.57
HSL 288.57º 0.91% 0.23% -
HSV(B) 288.57º 0.95% 0.43% -
XYZ 7.09 3.41 15.04 -
YUV 42.39 166.16 161.96 -
System Red Green Blue C M Y K H S L
Decimal 90 5 110 0.18 0.95 0 0.57 288.57 0.91 0.23
Hex 5A 5 6E 12 5F 0 39 121 5B 17
Octal 132 5 156 22 137 0 71 441 133 27
Binary 1011010 101 1101110 10010 1011111 0 111001 100100001 1011011 10111

Color Harmonies of #5A056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A056E

Black with #5A056E

Text Example


Text Example

White with #5A056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,5,110); }

 H1.HeaderClassName
 {
   color: #5A056E;
 }
 .AnyTagClassName
 {
   color: #5A056E;
 }
</style>

background-color css

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

 a { background-color: rgb(90,5,110); }

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

border-color css

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

 span { border-color: rgb(90,5,110); }

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