Html Css Color HEX #511381 Indigo

📋 copy color: '#511381'

red 81 ◦ green 19 ◦ blue 129

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

Shades of Indigo #511381

Tints of Indigo #511381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.3%

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

R = 35.37%
G = 8.3%
B = 56.33%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#511381 (or 0x511381) is known color: Indigo. HEX triplet: 51, 13 and 81. RGB value is (81,19,129). Sum of RGB (Red+Green+Blue) = 81+19+129=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #511381 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511381 is #AEEC7E. Grayscale: #313131. Windows color (decimal): -11463807 or 8459089. OLE color: 8459089.

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

Color convert

RGB 81 19 129 -
CMYK 0.37 0.85 0 0.49
HSL 273.82º 0.74% 0.29% -
HSV(B) 273.82º 0.85% 0.51% -
XYZ 7.59 3.8 21.1 -
YUV 50.08 172.54 150.06 -
System Red Green Blue C M Y K H S L
Decimal 81 19 129 0.37 0.85 0 0.49 273.82 0.74 0.29
Hex 51 13 81 25 55 0 31 112 4A 1D
Octal 121 23 201 45 125 0 61 422 112 35
Binary 1010001 10011 10000001 100101 1010101 0 110001 100010010 1001010 11101

Color Harmonies of #511381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511381

Black with #511381

Text Example


Text Example

White with #511381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511381; }

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

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

background-color css

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

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

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

border-color css

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

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

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