Html Css Color HEX #51116E Indigo

📋 copy color: '#51116E'

red 81 ◦ green 17 ◦ blue 110

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

Shades of Indigo #51116E

Tints of Indigo #51116E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 52.88%

R = 38.94%
G = 8.17%
B = 52.88%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#51116E (or 0x51116E) is known color: Indigo. HEX triplet: 51, 11 and 6E. RGB value is (81,17,110). Sum of RGB (Red+Green+Blue) = 81+17+110=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #51116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51116E is #AEEE91. Grayscale: #2E2E2E. Windows color (decimal): -11464338 or 7213393. OLE color: 7213393.

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

Color convert

RGB 81 17 110 -
CMYK 0.26 0.85 0 0.57
HSL 281.29º 0.73% 0.25% -
HSV(B) 281.29º 0.85% 0.43% -
XYZ 6.41 3.28 15.05 -
YUV 46.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 81 17 110 0.26 0.85 0 0.57 281.29 0.73 0.25
Hex 51 11 6E 1A 55 0 39 119 49 19
Octal 121 21 156 32 125 0 71 431 111 31
Binary 1010001 10001 1101110 11010 1010101 0 111001 100011001 1001001 11001

Color Harmonies of #51116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51116E

Black with #51116E

Text Example


Text Example

White with #51116E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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