Html Css Color HEX #51116A Indigo

📋 copy color: '#51116A'

red 81 ◦ green 17 ◦ blue 106

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

Shades of Indigo #51116A

Tints of Indigo #51116A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 51.96%

R = 39.71%
G = 8.33%
B = 51.96%

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

#51116A (or 0x51116A) is known color: Indigo. HEX triplet: 51, 11 and 6A. RGB value is (81,17,106). Sum of RGB (Red+Green+Blue) = 81+17+106=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 106 (41.80% from 255 or 51.96% from 204); Max value from RGB is 106 - color contains mainly: blue. Hex color #51116A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51116A is #AEEE95. Grayscale: #2D2D2D. Windows color (decimal): -11464342 or 6951249. OLE color: 6951249.

HSL color Cylindrical-coordinate representation of color #51116A: hue angle of 283.15º degrees, saturation: 0.72, 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 #51116A is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 17 106 -
CMYK 0.24 0.84 0 0.58
HSL 283.15º 0.72% 0.24% -
HSV(B) 283.15º 0.84% 0.42% -
XYZ 6.2 3.19 13.93 -
YUV 46.28 161.7 152.76 -
System Red Green Blue C M Y K H S L
Decimal 81 17 106 0.24 0.84 0 0.58 283.15 0.72 0.24
Hex 51 11 6A 18 54 0 3A 11B 48 18
Octal 121 21 152 30 124 0 72 433 110 30
Binary 1010001 10001 1101010 11000 1010100 0 111010 100011011 1001000 11000

Color Harmonies of #51116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51116A

Black with #51116A

Text Example


Text Example

White with #51116A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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