Html Css Color HEX #511581 Indigo

📋 copy color: '#511581'

red 81 ◦ green 21 ◦ blue 129

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

Shades of Indigo #511581

Tints of Indigo #511581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.09%

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

R = 35.06%
G = 9.09%
B = 55.84%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#511581 (or 0x511581) is known color: Indigo. HEX triplet: 51, 15 and 81. RGB value is (81,21,129). Sum of RGB (Red+Green+Blue) = 81+21+129=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #511581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511581 is #AEEA7E. Grayscale: #323232. Windows color (decimal): -11463295 or 8459601. OLE color: 8459601.

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

Color convert

RGB 81 21 129 -
CMYK 0.37 0.84 0 0.49
HSL 273.33º 0.72% 0.29% -
HSV(B) 273.33º 0.84% 0.51% -
XYZ 7.62 3.87 21.11 -
YUV 51.25 171.88 149.22 -
System Red Green Blue C M Y K H S L
Decimal 81 21 129 0.37 0.84 0 0.49 273.33 0.72 0.29
Hex 51 15 81 25 54 0 31 111 48 1D
Octal 121 25 201 45 124 0 61 421 110 35
Binary 1010001 10101 10000001 100101 1010100 0 110001 100010001 1001000 11101

Color Harmonies of #511581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511581

Black with #511581

Text Example


Text Example

White with #511581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511581; }

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

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

background-color css

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

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

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

border-color css

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

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

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