#5A127B

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

Shades of Indigo #5A127B

Tints of Indigo #5A127B

Color information

#5A127B (or 0x5A127B) is unknown color: approx Indigo. HEX triplet: 5A, 12 and 7B. RGB value is (90,18,123). Sum of RGB (Red+Green+Blue) = 90+18+123=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A127B is #A5ED84. Grayscale: #333333. Windows color (decimal): -10874245 or 8065626. OLE color: 8065626.

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

Color convert

RGB9018123-
CMYK0.270.8500.52
HSL281.14º74.47%27.65%-
HSV(B)281.14º85.37%48.24%-
XYZ8.014.0419.1-
YUV51.5168.35155.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.96%
GREEN value IS 18 (7.42% from 255) = 7.79%
BLUE value IS 123 (48.44% from 255) = 53.25%
R=38.96%
G=7.79%
B=53.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90181230.270.8500.52281.1474.4727.65
Hex5A127B1B550341194a1c
Octal132221733312506443111234
Binary10110101001011110111101110101010110100100011001100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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