#51025F

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

Shades of Indigo #51025F

Tints of Indigo #51025F

Color information

#51025F (or 0x51025F) is unknown color: approx Indigo. HEX triplet: 51, 02 and 5F. RGB value is (81,2,95). Sum of RGB (Red+Green+Blue) = 81+2+95=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #51025F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51025F is #AEFDA0. Grayscale: #232323. Windows color (decimal): -11468193 or 6226513. OLE color: 6226513.

HSL color Cylindrical-coordinate representation of color #51025F: hue angle of 290.97º 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 #51025F is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB81295-
CMYK0.150.9800.63
HSL290.97º95.88%19.02%-
HSV(B)290.97º97.89%37.25%-
XYZ5.482.6211.04-
YUV36.22161.17159.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.51%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 95 (37.5% from 255) = 53.37%
R=45.51%
G=1.12%
B=53.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal812950.150.9800.63290.9795.8819.02
Hex5125FF6203F1236013
Octal12121371714207744314023
Binary1010001101011111111111000100111111100100011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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