Html Css Color HEX #5A0C91 Indigo

📋 copy color: '#5A0C91'

red 90 ◦ green 12 ◦ blue 145

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

Shades of Indigo #5A0C91

Tints of Indigo #5A0C91

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

 BLUE value IS 145 (57.03% from 255) = 58.7%

R = 36.44%
G = 4.86%
B = 58.7%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5A0C91 (or 0x5A0C91) is known color: Indigo. HEX triplet: 5A, 0C and 91. RGB value is (90,12,145). Sum of RGB (Red+Green+Blue) = 90+12+145=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A0C91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0C91 is #A5F36E. Grayscale: #323232. Windows color (decimal): -10875759 or 9505882. OLE color: 9505882.

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

Color convert

RGB 90 12 145 -
CMYK 0.38 0.92 0 0.43
HSL 275.19º 0.85% 0.31% -
HSV(B) 275.19º 0.92% 0.57% -
XYZ 9.46 4.48 27.15 -
YUV 50.48 181.34 156.19 -
System Red Green Blue C M Y K H S L
Decimal 90 12 145 0.38 0.92 0 0.43 275.19 0.85 0.31
Hex 5A C 91 26 5C 0 2B 113 55 1F
Octal 132 14 221 46 134 0 53 423 125 37
Binary 1011010 1100 10010001 100110 1011100 0 101011 100010011 1010101 11111

Color Harmonies of #5A0C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0C91

Black with #5A0C91

Text Example


Text Example

White with #5A0C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,12,145); }

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

background-color css

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

 a { background-color: rgb(90,12,145); }

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

border-color css

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

 span { border-color: rgb(90,12,145); }

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