Html Css Color HEX #5A0381 Indigo

📋 copy color: '#5A0381'

red 90 ◦ green 3 ◦ blue 129

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

Shades of Indigo #5A0381

Tints of Indigo #5A0381

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 40.54%
G = 1.35%
B = 58.11%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5A0381 (or 0x5A0381) is known color: Indigo. HEX triplet: 5A, 03 and 81. RGB value is (90,3,129). Sum of RGB (Red+Green+Blue) = 90+3+129=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #5A0381 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0381 is #A5FC7E. Grayscale: #2A2A2A. Windows color (decimal): -10878079 or 8455002. OLE color: 8455002.

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

Color convert

RGB 90 3 129 -
CMYK 0.30 0.98 0 0.49
HSL 281.43º 0.95% 0.26% -
HSV(B) 281.43º 0.98% 0.51% -
XYZ 8.21 3.82 21.07 -
YUV 43.38 176.32 161.25 -
System Red Green Blue C M Y K H S L
Decimal 90 3 129 0.30 0.98 0 0.49 281.43 0.95 0.26
Hex 5A 3 81 1E 62 0 31 119 5F 1A
Octal 132 3 201 36 142 0 61 431 137 32
Binary 1011010 11 10000001 11110 1100010 0 110001 100011001 1011111 11010

Color Harmonies of #5A0381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0381

Black with #5A0381

Text Example


Text Example

White with #5A0381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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