Html Css Color HEX #51116B Indigo

📋 copy color: '#51116B'

red 81 ◦ green 17 ◦ blue 107

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

Shades of Indigo #51116B

Tints of Indigo #51116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 52.2%

R = 39.51%
G = 8.29%
B = 52.2%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51116B (or 0x51116B) is known color: Indigo. HEX triplet: 51, 11 and 6B. RGB value is (81,17,107). Sum of RGB (Red+Green+Blue) = 81+17+107=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #51116B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51116B is #AEEE94. Grayscale: #2E2E2E. Windows color (decimal): -11464341 or 7016785. OLE color: 7016785.

HSL color Cylindrical-coordinate representation of color #51116B: hue angle of 282.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51116B is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 17 107 -
CMYK 0.24 0.84 0 0.58
HSL 282.67º 0.73% 0.24% -
HSV(B) 282.67º 0.84% 0.42% -
XYZ 6.25 3.21 14.2 -
YUV 46.4 162.2 152.68 -
System Red Green Blue C M Y K H S L
Decimal 81 17 107 0.24 0.84 0 0.58 282.67 0.73 0.24
Hex 51 11 6B 18 54 0 3A 11B 49 18
Octal 121 21 153 30 124 0 72 433 111 30
Binary 1010001 10001 1101011 11000 1010100 0 111010 100011011 1001001 11000

Color Harmonies of #51116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51116B

Black with #51116B

Text Example


Text Example

White with #51116B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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