#5A147B

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

Shades of Indigo #5A147B

Tints of Indigo #5A147B

Color information

#5A147B (or 0x5A147B) is unknown color: approx Indigo. HEX triplet: 5A, 14 and 7B. RGB value is (90,20,123). Sum of RGB (Red+Green+Blue) = 90+20+123=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A147B is #A5EB84. Grayscale: #343434. Windows color (decimal): -10873733 or 8066138. OLE color: 8066138.

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

Color convert

RGB9020123-
CMYK0.270.8400.52
HSL280.78º72.03%28.04%-
HSV(B)280.78º83.74%48.24%-
XYZ8.044.119.11-
YUV52.67167.69154.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.63%
GREEN value IS 20 (8.20% from 255) = 8.58%
BLUE value IS 123 (48.44% from 255) = 52.79%
R=38.63%
G=8.58%
B=52.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90201230.270.8400.52280.7872.0328.04
Hex5A147B1B54034119481c
Octal132241733312406443111034
Binary10110101010011110111101110101000110100100011001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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