#51026F

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

Shades of Indigo #51026F

Tints of Indigo #51026F

Color information

#51026F (or 0x51026F) is unknown color: approx Indigo. HEX triplet: 51, 02 and 6F. RGB value is (81,2,111). Sum of RGB (Red+Green+Blue) = 81+2+111=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 111 (43.75% from 255 or 57.22% from 194); Max value from RGB is 111 - color contains mainly: blue. Hex color #51026F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51026F is #AEFD90. Grayscale: #252525. Windows color (decimal): -11468177 or 7275089. OLE color: 7275089.

HSL color Cylindrical-coordinate representation of color #51026F: hue angle of 283.49º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51026F is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB812111-
CMYK0.270.9800.56
HSL283.49º96.46%22.16%-
HSV(B)283.49º98.2%43.53%-
XYZ6.282.9415.28-
YUV38.05169.17158.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.75%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 111 (43.75% from 255) = 57.22%
R=41.75%
G=1.03%
B=57.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8121110.270.9800.56283.4996.4622.16
Hex5126F1B6203811b6016
Octal12121573314207043314026
Binary10100011011011111101111000100111000100011011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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