Html Css Color HEX #5A1384 Indigo

📋 copy color: '#5A1384'

red 90 ◦ green 19 ◦ blue 132

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

Shades of Indigo #5A1384

Tints of Indigo #5A1384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.88%

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

R = 37.34%
G = 7.88%
B = 54.77%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5A1384 (or 0x5A1384) is known color: Indigo. HEX triplet: 5A, 13 and 84. RGB value is (90,19,132). Sum of RGB (Red+Green+Blue) = 90+19+132=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A1384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1384 is #A5EC7B. Grayscale: #343434. Windows color (decimal): -10873980 or 8655706. OLE color: 8655706.

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

Color convert

RGB 90 19 132 -
CMYK 0.32 0.86 0 0.48
HSL 277.7º 0.75% 0.3% -
HSV(B) 277.7º 0.86% 0.52% -
XYZ 8.61 4.31 22.21 -
YUV 53.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 90 19 132 0.32 0.86 0 0.48 277.7 0.75 0.3
Hex 5A 13 84 20 56 0 30 116 4B 1E
Octal 132 23 204 40 126 0 60 426 113 36
Binary 1011010 10011 10000100 100000 1010110 0 110000 100010110 1001011 11110

Color Harmonies of #5A1384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1384

Black with #5A1384

Text Example


Text Example

White with #5A1384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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