Html Css Color HEX #5A1884 Indigo

📋 copy color: '#5A1884'

red 90 ◦ green 24 ◦ blue 132

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

Shades of Indigo #5A1884

Tints of Indigo #5A1884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.66%

R = 36.59%
G = 9.76%
B = 53.66%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5A1884 (or 0x5A1884) is known color: Indigo. HEX triplet: 5A, 18 and 84. RGB value is (90,24,132). Sum of RGB (Red+Green+Blue) = 90+24+132=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A1884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1884 is #A5E77B. Grayscale: #373737. Windows color (decimal): -10872700 or 8656986. OLE color: 8656986.

HSL color Cylindrical-coordinate representation of color #5A1884: hue angle of 276.67º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A1884 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 24 132 -
CMYK 0.32 0.82 0 0.48
HSL 276.67º 0.69% 0.31% -
HSV(B) 276.67º 0.82% 0.52% -
XYZ 8.71 4.49 22.24 -
YUV 56.05 170.87 152.22 -
System Red Green Blue C M Y K H S L
Decimal 90 24 132 0.32 0.82 0 0.48 276.67 0.69 0.31
Hex 5A 18 84 20 52 0 30 115 45 1F
Octal 132 30 204 40 122 0 60 425 105 37
Binary 1011010 11000 10000100 100000 1010010 0 110000 100010101 1000101 11111

Color Harmonies of #5A1884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1884

Black with #5A1884

Text Example


Text Example

White with #5A1884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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