Html Css Color HEX #5A1684 Indigo

📋 copy color: '#5A1684'

red 90 ◦ green 22 ◦ blue 132

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

Shades of Indigo #5A1684

Tints of Indigo #5A1684

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.02%

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

R = 36.89%
G = 9.02%
B = 54.1%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5A1684 (or 0x5A1684) is known color: Indigo. HEX triplet: 5A, 16 and 84. RGB value is (90,22,132). Sum of RGB (Red+Green+Blue) = 90+22+132=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A1684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1684 is #A5E97B. Grayscale: #363636. Windows color (decimal): -10873212 or 8656474. OLE color: 8656474.

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

Color convert

RGB 90 22 132 -
CMYK 0.32 0.83 0 0.48
HSL 277.09º 0.71% 0.3% -
HSV(B) 277.09º 0.83% 0.52% -
XYZ 8.67 4.41 22.22 -
YUV 54.87 171.53 153.06 -
System Red Green Blue C M Y K H S L
Decimal 90 22 132 0.32 0.83 0 0.48 277.09 0.71 0.3
Hex 5A 16 84 20 53 0 30 115 47 1E
Octal 132 26 204 40 123 0 60 425 107 36
Binary 1011010 10110 10000100 100000 1010011 0 110000 100010101 1000111 11110

Color Harmonies of #5A1684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1684

Black with #5A1684

Text Example


Text Example

White with #5A1684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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