Html Css Color HEX #51118E Indigo

📋 copy color: '#51118E'

red 81 ◦ green 17 ◦ blue 142

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

Shades of Indigo #51118E

Tints of Indigo #51118E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.08%

 BLUE value IS 142 (55.86% from 255) = 59.17%

R = 33.75%
G = 7.08%
B = 59.17%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51118E (or 0x51118E) is known color: Indigo. HEX triplet: 51, 11 and 8E. RGB value is (81,17,142). Sum of RGB (Red+Green+Blue) = 81+17+142=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #51118E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51118E is #AEEE71. Grayscale: #313131. Windows color (decimal): -11464306 or 9310545. OLE color: 9310545.

HSL color Cylindrical-coordinate representation of color #51118E: hue angle of 270.72º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #51118E is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 17 142 -
CMYK 0.43 0.88 0 0.44
HSL 270.72º 0.79% 0.31% -
HSV(B) 270.72º 0.88% 0.56% -
XYZ 8.48 4.1 25.94 -
YUV 50.39 179.7 149.84 -
System Red Green Blue C M Y K H S L
Decimal 81 17 142 0.43 0.88 0 0.44 270.72 0.79 0.31
Hex 51 11 8E 2B 58 0 2C 10F 4F 1F
Octal 121 21 216 53 130 0 54 417 117 37
Binary 1010001 10001 10001110 101011 1011000 0 101100 100001111 1001111 11111

Color Harmonies of #51118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51118E

Black with #51118E

Text Example


Text Example

White with #51118E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,17,142); }

 H1.HeaderClassName
 {
   color: #51118E;
 }
 .AnyTagClassName
 {
   color: #51118E;
 }
</style>

background-color css

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

 a { background-color: rgb(81,17,142); }

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

border-color css

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

 span { border-color: rgb(81,17,142); }

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