#51097E

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

Shades of Indigo #51097E

Tints of Indigo #51097E

Color information

#51097E (or 0x51097E) is unknown color: approx Indigo. HEX triplet: 51, 09 and 7E. RGB value is (81,9,126). Sum of RGB (Red+Green+Blue) = 81+9+126=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 126 (49.61% from 255 or 58.33% from 216); Max value from RGB is 126 - color contains mainly: blue. Hex color #51097E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51097E is #AEF681. Grayscale: #2B2B2B. Windows color (decimal): -11466370 or 8259921. OLE color: 8259921.

HSL color Cylindrical-coordinate representation of color #51097E: hue angle of 276.92º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #51097E is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB819126-
CMYK0.360.9300.51
HSL276.92º86.67%26.47%-
HSV(B)276.92º92.86%49.41%-
XYZ7.263.4520.02-
YUV43.87174.35154.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.5%
GREEN value IS 9 (3.91% from 255) = 4.17%
BLUE value IS 126 (49.61% from 255) = 58.33%
R=37.5%
G=4.17%
B=58.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8191260.360.9300.51276.9286.6726.47
Hex5197E245D033115571a
Octal121111764413506342512732
Binary10100011001111111010010010111010110011100010101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51097E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,9,126); }

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

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

 a { background-color: rgb(81,9,126); }

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

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

 span { border-color: rgb(81,9,126); }

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