Html Css Color HEX #5A1876 Indigo

📋 copy color: '#5A1876'

red 90 ◦ green 24 ◦ blue 118

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

Shades of Indigo #5A1876

Tints of Indigo #5A1876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.34%

 BLUE value IS 118 (46.48% from 255) = 50.86%

R = 38.79%
G = 10.34%
B = 50.86%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5A1876 (or 0x5A1876) is known color: Indigo. HEX triplet: 5A, 18 and 76. RGB value is (90,24,118). Sum of RGB (Red+Green+Blue) = 90+24+118=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A1876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1876 is #A5E789. Grayscale: #363636. Windows color (decimal): -10872714 or 7739482. OLE color: 7739482.

HSL color Cylindrical-coordinate representation of color #5A1876: hue angle of 282.13º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A1876 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 24 118 -
CMYK 0.24 0.80 0 0.54
HSL 282.13º 0.66% 0.28% -
HSV(B) 282.13º 0.8% 0.46% -
XYZ 7.81 4.13 17.53 -
YUV 54.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 90 24 118 0.24 0.80 0 0.54 282.13 0.66 0.28
Hex 5A 18 76 18 50 0 36 11A 42 1C
Octal 132 30 166 30 120 0 66 432 102 34
Binary 1011010 11000 1110110 11000 1010000 0 110110 100011010 1000010 11100

Color Harmonies of #5A1876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1876

Black with #5A1876

Text Example


Text Example

White with #5A1876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,24,118); }

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

background-color css

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

 a { background-color: rgb(90,24,118); }

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

border-color css

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

 span { border-color: rgb(90,24,118); }

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