Html Css Color HEX #5A139B Indigo

📋 copy color: '#5A139B'

red 90 ◦ green 19 ◦ blue 155

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

Shades of Indigo #5A139B

Tints of Indigo #5A139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.71%

R = 34.09%
G = 7.2%
B = 58.71%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5A139B (or 0x5A139B) is known color: Indigo. HEX triplet: 5A, 13 and 9B. RGB value is (90,19,155). Sum of RGB (Red+Green+Blue) = 90+19+155=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A139B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A139B is #A5EC64. Grayscale: #373737. Windows color (decimal): -10873957 or 10163034. OLE color: 10163034.

HSL color Cylindrical-coordinate representation of color #5A139B: hue angle of 271.32º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A139B is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 90 19 155 -
CMYK 0.42 0.88 0 0.39
HSL 271.32º 0.78% 0.34% -
HSV(B) 271.32º 0.88% 0.61% -
XYZ 10.37 5.01 31.43 -
YUV 55.73 184.02 152.44 -
System Red Green Blue C M Y K H S L
Decimal 90 19 155 0.42 0.88 0 0.39 271.32 0.78 0.34
Hex 5A 13 9B 2A 58 0 27 10F 4E 22
Octal 132 23 233 52 130 0 47 417 116 42
Binary 1011010 10011 10011011 101010 1011000 0 100111 100001111 1001110 100010

Color Harmonies of #5A139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A139B

Black with #5A139B

Text Example


Text Example

White with #5A139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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