Html Css Color HEX #5A046E Indigo

📋 copy color: '#5A046E'

red 90 ◦ green 4 ◦ blue 110

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

Shades of Indigo #5A046E

Tints of Indigo #5A046E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.96%

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

R = 44.12%
G = 1.96%
B = 53.92%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A046E (or 0x5A046E) is known color: Indigo. HEX triplet: 5A, 04 and 6E. RGB value is (90,4,110). Sum of RGB (Red+Green+Blue) = 90+4+110=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A046E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A046E is #A5FB91. Grayscale: #292929. Windows color (decimal): -10877842 or 7210074. OLE color: 7210074.

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

Color convert

RGB 90 4 110 -
CMYK 0.18 0.96 0 0.57
HSL 288.68º 0.93% 0.22% -
HSV(B) 288.68º 0.96% 0.43% -
XYZ 7.07 3.39 15.03 -
YUV 41.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 90 4 110 0.18 0.96 0 0.57 288.68 0.93 0.22
Hex 5A 4 6E 12 60 0 39 121 5D 16
Octal 132 4 156 22 140 0 71 441 135 26
Binary 1011010 100 1101110 10010 1100000 0 111001 100100001 1011101 10110

Color Harmonies of #5A046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A046E

Black with #5A046E

Text Example


Text Example

White with #5A046E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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