Html Css Color HEX #5A0881 Indigo

📋 copy color: '#5A0881'

red 90 ◦ green 8 ◦ blue 129

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

Shades of Indigo #5A0881

Tints of Indigo #5A0881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 56.83%

R = 39.65%
G = 3.52%
B = 56.83%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5A0881 (or 0x5A0881) is known color: Indigo. HEX triplet: 5A, 08 and 81. RGB value is (90,8,129). Sum of RGB (Red+Green+Blue) = 90+8+129=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 129 (50.78% from 255 or 56.83% from 227); Max value from RGB is 129 - color contains mainly: blue. Hex color #5A0881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0881 is #A5F77E. Grayscale: #2D2D2D. Windows color (decimal): -10876799 or 8456282. OLE color: 8456282.

HSL color Cylindrical-coordinate representation of color #5A0881: hue angle of 280.66º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0881 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 90 8 129 -
CMYK 0.30 0.94 0 0.49
HSL 280.66º 0.88% 0.27% -
HSV(B) 280.66º 0.94% 0.51% -
XYZ 8.27 3.93 21.09 -
YUV 46.31 174.67 159.16 -
System Red Green Blue C M Y K H S L
Decimal 90 8 129 0.30 0.94 0 0.49 280.66 0.88 0.27
Hex 5A 8 81 1E 5E 0 31 119 58 1B
Octal 132 10 201 36 136 0 61 431 130 33
Binary 1011010 1000 10000001 11110 1011110 0 110001 100011001 1011000 11011

Color Harmonies of #5A0881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0881

Black with #5A0881

Text Example


Text Example

White with #5A0881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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