#51036C

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

Shades of Indigo #51036C

Tints of Indigo #51036C

Color information

#51036C (or 0x51036C) is unknown color: approx Indigo. HEX triplet: 51, 03 and 6C. RGB value is (81,3,108). Sum of RGB (Red+Green+Blue) = 81+3+108=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #51036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51036C is #AEFC93. Grayscale: #252525. Windows color (decimal): -11467924 or 7078737. OLE color: 7078737.

HSL color Cylindrical-coordinate representation of color #51036C: hue angle of 284.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #51036C is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB813108-
CMYK0.250.9700.58
HSL284.57º94.59%21.76%-
HSV(B)284.57º97.22%42.35%-
XYZ6.132.914.42-
YUV38.29167.34158.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.19%
GREEN value IS 3 (1.56% from 255) = 1.56%
BLUE value IS 108 (42.58% from 255) = 56.25%
R=42.19%
G=1.56%
B=56.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8131080.250.9700.58284.5794.5921.76
Hex5136C196103A11d5f16
Octal12131543114107243513726
Binary10100011111011001100111000010111010100011101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51036C; }

 p { color: rgb(81,3,108); }

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

<style>
 a { background-color: #51036C; }

 a { background-color: rgb(81,3,108); }

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

<style>
 span { border-color: #51036C; }

 span { border-color: rgb(81,3,108); }

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