Html Css Color HEX #5A1874 Indigo

📋 copy color: '#5A1874'

red 90 ◦ green 24 ◦ blue 116

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

Shades of Indigo #5A1874

Tints of Indigo #5A1874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.43%

R = 39.13%
G = 10.43%
B = 50.43%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A1874 (or 0x5A1874) is known color: Indigo. HEX triplet: 5A, 18 and 74. RGB value is (90,24,116). Sum of RGB (Red+Green+Blue) = 90+24+116=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #5A1874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1874 is #A5E78B. Grayscale: #353535. Windows color (decimal): -10872716 or 7608410. OLE color: 7608410.

HSL color Cylindrical-coordinate representation of color #5A1874: hue angle of 283.04º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A1874 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 24 116 -
CMYK 0.22 0.79 0 0.55
HSL 283.04º 0.66% 0.27% -
HSV(B) 283.04º 0.79% 0.45% -
XYZ 7.7 4.09 16.91 -
YUV 54.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 90 24 116 0.22 0.79 0 0.55 283.04 0.66 0.27
Hex 5A 18 74 16 4F 0 37 11B 42 1B
Octal 132 30 164 26 117 0 67 433 102 33
Binary 1011010 11000 1110100 10110 1001111 0 110111 100011011 1000010 11011

Color Harmonies of #5A1874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1874

Black with #5A1874

Text Example


Text Example

White with #5A1874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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