Html Css Color HEX #51116D Indigo

📋 copy color: '#51116D'

red 81 ◦ green 17 ◦ blue 109

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

Shades of Indigo #51116D

Tints of Indigo #51116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 52.66%

R = 39.13%
G = 8.21%
B = 52.66%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#51116D (or 0x51116D) is known color: Indigo. HEX triplet: 51, 11 and 6D. RGB value is (81,17,109). Sum of RGB (Red+Green+Blue) = 81+17+109=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #51116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51116D is #AEEE92. Grayscale: #2E2E2E. Windows color (decimal): -11464339 or 7147857. OLE color: 7147857.

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

Color convert

RGB 81 17 109 -
CMYK 0.26 0.84 0 0.57
HSL 281.74º 0.73% 0.25% -
HSV(B) 281.74º 0.84% 0.43% -
XYZ 6.35 3.25 14.76 -
YUV 46.62 163.2 152.52 -
System Red Green Blue C M Y K H S L
Decimal 81 17 109 0.26 0.84 0 0.57 281.74 0.73 0.25
Hex 51 11 6D 1A 54 0 39 11A 49 19
Octal 121 21 155 32 124 0 71 432 111 31
Binary 1010001 10001 1101101 11010 1010100 0 111001 100011010 1001001 11001

Color Harmonies of #51116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51116D

Black with #51116D

Text Example


Text Example

White with #51116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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