Html Css Color HEX #5A1492 Indigo

📋 copy color: '#5A1492'

red 90 ◦ green 20 ◦ blue 146

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

Shades of Indigo #5A1492

Tints of Indigo #5A1492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.81%

 BLUE value IS 146 (57.42% from 255) = 57.03%

R = 35.16%
G = 7.81%
B = 57.03%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5A1492 (or 0x5A1492) is known color: Indigo. HEX triplet: 5A, 14 and 92. RGB value is (90,20,146). Sum of RGB (Red+Green+Blue) = 90+20+146=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A1492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1492 is #A5EB6D. Grayscale: #363636. Windows color (decimal): -10873710 or 9573466. OLE color: 9573466.

HSL color Cylindrical-coordinate representation of color #5A1492: hue angle of 273.33º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A1492 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 20 146 -
CMYK 0.38 0.86 0 0.43
HSL 273.33º 0.76% 0.33% -
HSV(B) 273.33º 0.86% 0.57% -
XYZ 9.65 4.75 27.6 -
YUV 55.29 179.19 152.75 -
System Red Green Blue C M Y K H S L
Decimal 90 20 146 0.38 0.86 0 0.43 273.33 0.76 0.33
Hex 5A 14 92 26 56 0 2B 111 4C 21
Octal 132 24 222 46 126 0 53 421 114 41
Binary 1011010 10100 10010010 100110 1010110 0 101011 100010001 1001100 100001

Color Harmonies of #5A1492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1492

Black with #5A1492

Text Example


Text Example

White with #5A1492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,20,146); }

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

background-color css

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

 a { background-color: rgb(90,20,146); }

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

border-color css

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

 span { border-color: rgb(90,20,146); }

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