Html Css Color HEX #51116F Indigo

📋 copy color: '#51116F'

red 81 ◦ green 17 ◦ blue 111

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

Shades of Indigo #51116F

Tints of Indigo #51116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 53.11%

R = 38.76%
G = 8.13%
B = 53.11%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#51116F (or 0x51116F) is known color: Indigo. HEX triplet: 51, 11 and 6F. RGB value is (81,17,111). Sum of RGB (Red+Green+Blue) = 81+17+111=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #51116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51116F is #AEEE90. Grayscale: #2E2E2E. Windows color (decimal): -11464337 or 7278929. OLE color: 7278929.

HSL color Cylindrical-coordinate representation of color #51116F: hue angle of 280.85º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51116F is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 17 111 -
CMYK 0.27 0.85 0 0.56
HSL 280.85º 0.73% 0.25% -
HSV(B) 280.85º 0.85% 0.44% -
XYZ 6.46 3.3 15.33 -
YUV 46.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 81 17 111 0.27 0.85 0 0.56 280.85 0.73 0.25
Hex 51 11 6F 1B 55 0 38 119 49 19
Octal 121 21 157 33 125 0 70 431 111 31
Binary 1010001 10001 1101111 11011 1010101 0 111000 100011001 1001001 11001

Color Harmonies of #51116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51116F

Black with #51116F

Text Example


Text Example

White with #51116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51116F; }

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

 H1.HeaderClassName
 {
   color: #51116F;
 }
 .AnyTagClassName
 {
   color: #51116F;
 }
</style>

background-color css

<style>
 a { background-color: #51116F; }

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

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

border-color css

<style>
 span { border-color: #51116F; }

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

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