#5A127F

Color #5A127F Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5A127F

Tints of Indigo #5A127F

Color information

#5A127F (or 0x5A127F) is unknown color: approx Indigo. HEX triplet: 5A, 12 and 7F. RGB value is (90,18,127). Sum of RGB (Red+Green+Blue) = 90+18+127=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A127F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A127F is #A5ED80. Grayscale: #333333. Windows color (decimal): -10874241 or 8327770. OLE color: 8327770.

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

Color convert

RGB9018127-
CMYK0.290.8600.50
HSL279.63º75.17%28.43%-
HSV(B)279.63º85.83%49.8%-
XYZ8.264.1420.44-
YUV51.95170.35155.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.30%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 127 (50% from 255) = 54.04%
R=38.30%
G=7.66%
B=54.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal90181270.290.8600.50279.6375.1728.43
Hex5A127F1D560321184b1c
Octal132221773512606243011334
Binary10110101001011111111110110101100110010100011000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A127F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A127F;
 }
 .AnyTagClassName
 {
   color: #5A127F;
 }
</style>
background-color css

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

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

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

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

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

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