Html Css Color HEX #5A0891 Indigo

📋 copy color: '#5A0891'

red 90 ◦ green 8 ◦ blue 145

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

Shades of Indigo #5A0891

Tints of Indigo #5A0891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

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

R = 37.04%
G = 3.29%
B = 59.67%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5A0891 (or 0x5A0891) is known color: Indigo. HEX triplet: 5A, 08 and 91. RGB value is (90,8,145). Sum of RGB (Red+Green+Blue) = 90+8+145=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A0891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0891 is #A5F76E. Grayscale: #2F2F2F. Windows color (decimal): -10876783 or 9504858. OLE color: 9504858.

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

Color convert

RGB 90 8 145 -
CMYK 0.38 0.94 0 0.43
HSL 275.91º 0.9% 0.3% -
HSV(B) 275.91º 0.94% 0.57% -
XYZ 9.41 4.39 27.14 -
YUV 48.14 182.67 157.86 -
System Red Green Blue C M Y K H S L
Decimal 90 8 145 0.38 0.94 0 0.43 275.91 0.9 0.3
Hex 5A 8 91 26 5E 0 2B 114 5A 1E
Octal 132 10 221 46 136 0 53 424 132 36
Binary 1011010 1000 10010001 100110 1011110 0 101011 100010100 1011010 11110

Color Harmonies of #5A0891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0891

Black with #5A0891

Text Example


Text Example

White with #5A0891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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