Html Css Color HEX #511272 Indigo

📋 copy color: '#511272'

red 81 ◦ green 18 ◦ blue 114

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

Shades of Indigo #511272

Tints of Indigo #511272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.52%

R = 38.03%
G = 8.45%
B = 53.52%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#511272 (or 0x511272) is known color: Indigo. HEX triplet: 51, 12 and 72. RGB value is (81,18,114). Sum of RGB (Red+Green+Blue) = 81+18+114=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #511272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511272 is #AEED8D. Grayscale: #2F2F2F. Windows color (decimal): -11464078 or 7475793. OLE color: 7475793.

HSL color Cylindrical-coordinate representation of color #511272: hue angle of 279.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511272 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 18 114 -
CMYK 0.29 0.84 0 0.55
HSL 279.38º 0.73% 0.26% -
HSV(B) 279.38º 0.84% 0.45% -
XYZ 6.65 3.4 16.22 -
YUV 47.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 81 18 114 0.29 0.84 0 0.55 279.38 0.73 0.26
Hex 51 12 72 1D 54 0 37 117 49 1A
Octal 121 22 162 35 124 0 67 427 111 32
Binary 1010001 10010 1110010 11101 1010100 0 110111 100010111 1001001 11010

Color Harmonies of #511272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511272

Black with #511272

Text Example


Text Example

White with #511272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511272; }

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

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

background-color css

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

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

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

border-color css

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

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

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