Html Css Color HEX #51128D Indigo

📋 copy color: '#51128D'

red 81 ◦ green 18 ◦ blue 141

#51128D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #51128D

Tints of Indigo #51128D

RGB

 RED value IS 81 (32.03% from 255) = 33.75%

 GREEN value IS 18 (7.42% from 255) = 7.5%

 BLUE value IS 141 (55.47% from 255) = 58.75%

R = 33.75%
G = 7.5%
B = 58.75%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51128D (or 0x51128D) is known color: Indigo. HEX triplet: 51, 12 and 8D. RGB value is (81,18,141). Sum of RGB (Red+Green+Blue) = 81+18+141=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #51128D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51128D is #AEED72. Grayscale: #323232. Windows color (decimal): -11464051 or 9245265. OLE color: 9245265.

HSL color Cylindrical-coordinate representation of color #51128D: hue angle of 270.73º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #51128D is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 18 141 -
CMYK 0.43 0.87 0 0.45
HSL 270.73º 0.77% 0.31% -
HSV(B) 270.73º 0.87% 0.55% -
XYZ 8.42 4.11 25.55 -
YUV 50.86 178.87 149.5 -
System Red Green Blue C M Y K H S L
Decimal 81 18 141 0.43 0.87 0 0.45 270.73 0.77 0.31
Hex 51 12 8D 2B 57 0 2D 10F 4D 1F
Octal 121 22 215 53 127 0 55 417 115 37
Binary 1010001 10010 10001101 101011 1010111 0 101101 100001111 1001101 11111

Color Harmonies of #51128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51128D

Black with #51128D

Text Example


Text Example

White with #51128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51128D; }

 p { color: rgb(81,18,141); }

 H1.HeaderClassName
 {
   color: #51128D;
 }
 .AnyTagClassName
 {
   color: #51128D;
 }
</style>

background-color css

<style>
 a { background-color: #51128D; }

 a { background-color: rgb(81,18,141); }

 div.DivClassName
 {
   background-color: #51128D;
 }
 .BgClassName
 {
   background-color: #51128D;
 }
</style>

border-color css

<style>
 span { border-color: #51128D; }

 span { border-color: rgb(81,18,141); }

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