Html Css Color HEX #5A127E Indigo

📋 copy color: '#5A127E'

red 90 ◦ green 18 ◦ blue 126

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

Shades of Indigo #5A127E

Tints of Indigo #5A127E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.69%

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

R = 38.46%
G = 7.69%
B = 53.85%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A127E (or 0x5A127E) is known color: Indigo. HEX triplet: 5A, 12 and 7E. RGB value is (90,18,126). Sum of RGB (Red+Green+Blue) = 90+18+126=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 126 (49.61% from 255 or 53.85% from 234); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A127E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A127E is #A5ED81. Grayscale: #333333. Windows color (decimal): -10874242 or 8262234. OLE color: 8262234.

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

Color convert

RGB 90 18 126 -
CMYK 0.29 0.86 0 0.51
HSL 280º 0.75% 0.28% -
HSV(B) 280º 0.86% 0.49% -
XYZ 8.2 4.11 20.1 -
YUV 51.84 169.85 155.22 -
System Red Green Blue C M Y K H S L
Decimal 90 18 126 0.29 0.86 0 0.51 280 0.75 0.28
Hex 5A 12 7E 1D 56 0 33 118 4B 1C
Octal 132 22 176 35 126 0 63 430 113 34
Binary 1011010 10010 1111110 11101 1010110 0 110011 100011000 1001011 11100

Color Harmonies of #5A127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A127E

Black with #5A127E

Text Example


Text Example

White with #5A127E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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