#51057B

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

Shades of Indigo #51057B

Tints of Indigo #51057B

Color information

#51057B (or 0x51057B) is unknown color: approx Indigo. HEX triplet: 51, 05 and 7B. RGB value is (81,5,123). Sum of RGB (Red+Green+Blue) = 81+5+123=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #51057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51057B is #AEFA84. Grayscale: #282828. Windows color (decimal): -11467397 or 8062289. OLE color: 8062289.

HSL color Cylindrical-coordinate representation of color #51057B: hue angle of 278.64º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #51057B is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB815123-
CMYK0.340.9600.52
HSL278.64º92.19%25.1%-
HSV(B)278.64º95.93%48.24%-
XYZ7.023.2919-
YUV41.18174.18156.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 123 (48.44% from 255) = 58.85%
R=38.76%
G=2.39%
B=58.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8151230.340.9600.52278.6492.1925.1
Hex5157B22600341175c19
Octal12151734214006442713431
Binary1010001101111101110001011000000110100100010111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51057B; }

 p { color: rgb(81,5,123); }

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

<style>
 a { background-color: #51057B; }

 a { background-color: rgb(81,5,123); }

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

<style>
 span { border-color: #51057B; }

 span { border-color: rgb(81,5,123); }

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