#51025E

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

Shades of Indigo #51025E

Tints of Indigo #51025E

Color information

#51025E (or 0x51025E) is unknown color: approx Indigo. HEX triplet: 51, 02 and 5E. RGB value is (81,2,94). Sum of RGB (Red+Green+Blue) = 81+2+94=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #51025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51025E is #AEFDA1. Grayscale: #232323. Windows color (decimal): -11468194 or 6160977. OLE color: 6160977.

HSL color Cylindrical-coordinate representation of color #51025E: hue angle of 291.52º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51025E is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB81294-
CMYK0.140.9800.63
HSL291.52º95.83%18.82%-
HSV(B)291.52º97.87%36.86%-
XYZ5.442.610.81-
YUV36.11160.67160.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 94 (37.11% from 255) = 53.11%
R=45.76%
G=1.13%
B=53.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal812940.140.9800.63291.5295.8318.82
Hex5125EE6203F1246013
Octal12121361614207744414023
Binary1010001101011110111011000100111111100100100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51025E; }

 p { color: rgb(81,2,94); }

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

<style>
 a { background-color: #51025E; }

 a { background-color: rgb(81,2,94); }

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

<style>
 span { border-color: #51025E; }

 span { border-color: rgb(81,2,94); }

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