#51046F

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

Shades of Indigo #51046F

Tints of Indigo #51046F

Color information

#51046F (or 0x51046F) is unknown color: approx Indigo. HEX triplet: 51, 04 and 6F. RGB value is (81,4,111). Sum of RGB (Red+Green+Blue) = 81+4+111=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #51046F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51046F is #AEFB90. Grayscale: #262626. Windows color (decimal): -11467665 or 7275601. OLE color: 7275601.

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

Color convert

RGB814111-
CMYK0.270.9600.56
HSL283.18º93.04%22.55%-
HSV(B)283.18º96.4%43.53%-
XYZ6.312.9815.28-
YUV39.22168.51157.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 4 (1.95% from 255) = 2.04%
BLUE value IS 111 (43.75% from 255) = 56.63%
R=41.33%
G=2.04%
B=56.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8141110.270.9600.56283.1893.0422.55
Hex5146F1B6003811b5d17
Octal12141573314007043313527
Binary101000110011011111101111000000111000100011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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