Html Css Color HEX #5A137E Indigo

📋 copy color: '#5A137E'

red 90 ◦ green 19 ◦ blue 126

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

Shades of Indigo #5A137E

Tints of Indigo #5A137E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 53.62%

R = 38.3%
G = 8.09%
B = 53.62%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A137E (or 0x5A137E) is known color: Indigo. HEX triplet: 5A, 13 and 7E. RGB value is (90,19,126). Sum of RGB (Red+Green+Blue) = 90+19+126=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 126 (49.61% from 255 or 53.62% from 235); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A137E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A137E is #A5EC81. Grayscale: #343434. Windows color (decimal): -10873986 or 8262490. OLE color: 8262490.

HSL color Cylindrical-coordinate representation of color #5A137E: hue angle of 279.81º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A137E is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 19 126 -
CMYK 0.29 0.85 0 0.51
HSL 279.81º 0.74% 0.28% -
HSV(B) 279.81º 0.85% 0.49% -
XYZ 8.22 4.15 20.11 -
YUV 52.43 169.52 154.8 -
System Red Green Blue C M Y K H S L
Decimal 90 19 126 0.29 0.85 0 0.51 279.81 0.74 0.28
Hex 5A 13 7E 1D 55 0 33 118 4A 1C
Octal 132 23 176 35 125 0 63 430 112 34
Binary 1011010 10011 1111110 11101 1010101 0 110011 100011000 1001010 11100

Color Harmonies of #5A137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A137E

Black with #5A137E

Text Example


Text Example

White with #5A137E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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