Html Css Color HEX #51126D Indigo

📋 copy color: '#51126D'

red 81 ◦ green 18 ◦ blue 109

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

Shades of Indigo #51126D

Tints of Indigo #51126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

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

R = 38.94%
G = 8.65%
B = 52.4%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#51126D (or 0x51126D) is known color: Indigo. HEX triplet: 51, 12 and 6D. RGB value is (81,18,109). Sum of RGB (Red+Green+Blue) = 81+18+109=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #51126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51126D is #AEED92. Grayscale: #2E2E2E. Windows color (decimal): -11464083 or 7148113. OLE color: 7148113.

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

Color convert

RGB 81 18 109 -
CMYK 0.26 0.83 0 0.57
HSL 281.54º 0.72% 0.25% -
HSV(B) 281.54º 0.83% 0.43% -
XYZ 6.37 3.29 14.77 -
YUV 47.21 162.87 152.1 -
System Red Green Blue C M Y K H S L
Decimal 81 18 109 0.26 0.83 0 0.57 281.54 0.72 0.25
Hex 51 12 6D 1A 53 0 39 11A 48 19
Octal 121 22 155 32 123 0 71 432 110 31
Binary 1010001 10010 1101101 11010 1010011 0 111001 100011010 1001000 11001

Color Harmonies of #51126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51126D

Black with #51126D

Text Example


Text Example

White with #51126D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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