Html Css Color HEX #5A056D Indigo

📋 copy color: '#5A056D'

red 90 ◦ green 5 ◦ blue 109

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

Shades of Indigo #5A056D

Tints of Indigo #5A056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 53.43%

R = 44.12%
G = 2.45%
B = 53.43%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A056D (or 0x5A056D) is known color: Indigo. HEX triplet: 5A, 05 and 6D. RGB value is (90,5,109). Sum of RGB (Red+Green+Blue) = 90+5+109=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A056D is #A5FA92. Grayscale: #292929. Windows color (decimal): -10877587 or 7144794. OLE color: 7144794.

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

Color convert

RGB 90 5 109 -
CMYK 0.17 0.95 0 0.57
HSL 289.04º 0.91% 0.22% -
HSV(B) 289.04º 0.95% 0.43% -
XYZ 7.03 3.39 14.75 -
YUV 42.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 90 5 109 0.17 0.95 0 0.57 289.04 0.91 0.22
Hex 5A 5 6D 11 5F 0 39 121 5B 16
Octal 132 5 155 21 137 0 71 441 133 26
Binary 1011010 101 1101101 10001 1011111 0 111001 100100001 1011011 10110

Color Harmonies of #5A056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A056D

Black with #5A056D

Text Example


Text Example

White with #5A056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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