Html Css Color HEX #5A136E Indigo

📋 copy color: '#5A136E'

red 90 ◦ green 19 ◦ blue 110

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

Shades of Indigo #5A136E

Tints of Indigo #5A136E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.23%

R = 41.1%
G = 8.68%
B = 50.23%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A136E (or 0x5A136E) is known color: Indigo. HEX triplet: 5A, 13 and 6E. RGB value is (90,19,110). Sum of RGB (Red+Green+Blue) = 90+19+110=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A136E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A136E is #A5EC91. Grayscale: #323232. Windows color (decimal): -10874002 or 7213914. OLE color: 7213914.

HSL color Cylindrical-coordinate representation of color #5A136E: hue angle of 286.81º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A136E is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 90 19 110 -
CMYK 0.18 0.83 0 0.57
HSL 286.81º 0.71% 0.25% -
HSV(B) 286.81º 0.83% 0.43% -
XYZ 7.26 3.77 15.1 -
YUV 50.6 161.52 156.1 -
System Red Green Blue C M Y K H S L
Decimal 90 19 110 0.18 0.83 0 0.57 286.81 0.71 0.25
Hex 5A 13 6E 12 53 0 39 11F 47 19
Octal 132 23 156 22 123 0 71 437 107 31
Binary 1011010 10011 1101110 10010 1010011 0 111001 100011111 1000111 11001

Color Harmonies of #5A136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A136E

Black with #5A136E

Text Example


Text Example

White with #5A136E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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