#51147B

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

Shades of Indigo #51147B

Tints of Indigo #51147B

Color information

#51147B (or 0x51147B) is unknown color: approx Indigo. HEX triplet: 51, 14 and 7B. RGB value is (81,20,123). Sum of RGB (Red+Green+Blue) = 81+20+123=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #51147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51147B is #AEEB84. Grayscale: #313131. Windows color (decimal): -11463557 or 8066129. OLE color: 8066129.

HSL color Cylindrical-coordinate representation of color #51147B: hue angle of 275.53º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51147B is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8120123-
CMYK0.340.8400.52
HSL275.53º72.03%28.04%-
HSV(B)275.53º83.74%48.24%-
XYZ7.223.6819.07-
YUV49.98169.21150.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.16%
GREEN value IS 20 (8.20% from 255) = 8.93%
BLUE value IS 123 (48.44% from 255) = 54.91%
R=36.16%
G=8.93%
B=54.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81201230.340.8400.52275.5372.0328.04
Hex51147B2254034114481c
Octal121241734212406442411034
Binary101000110100111101110001010101000110100100010100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51147B; }

 p { color: rgb(81,20,123); }

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

<style>
 a { background-color: #51147B; }

 a { background-color: rgb(81,20,123); }

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

<style>
 span { border-color: #51147B; }

 span { border-color: rgb(81,20,123); }

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