Html Css Color HEX #511681 Indigo

📋 copy color: '#511681'

red 81 ◦ green 22 ◦ blue 129

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

Shades of Indigo #511681

Tints of Indigo #511681

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.48%

 BLUE value IS 129 (50.78% from 255) = 55.6%

R = 34.91%
G = 9.48%
B = 55.6%

CMYK

 C value IS 0.37

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#511681 (or 0x511681) is known color: Indigo. HEX triplet: 51, 16 and 81. RGB value is (81,22,129). Sum of RGB (Red+Green+Blue) = 81+22+129=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #511681 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511681 is #AEE97E. Grayscale: #333333. Windows color (decimal): -11463039 or 8459857. OLE color: 8459857.

HSL color Cylindrical-coordinate representation of color #511681: hue angle of 273.08º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511681 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 22 129 -
CMYK 0.37 0.83 0 0.49
HSL 273.08º 0.71% 0.3% -
HSV(B) 273.08º 0.83% 0.51% -
XYZ 7.64 3.91 21.12 -
YUV 51.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 81 22 129 0.37 0.83 0 0.49 273.08 0.71 0.3
Hex 51 16 81 25 53 0 31 111 47 1E
Octal 121 26 201 45 123 0 61 421 107 36
Binary 1010001 10110 10000001 100101 1010011 0 110001 100010001 1000111 11110

Color Harmonies of #511681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511681

Black with #511681

Text Example


Text Example

White with #511681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511681; }

 p { color: rgb(81,22,129); }

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

background-color css

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

 a { background-color: rgb(81,22,129); }

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

border-color css

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

 span { border-color: rgb(81,22,129); }

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