Html Css Color HEX #511E81 Blue Diamond

📋 copy color: '#511E81'

red 81 ◦ green 30 ◦ blue 129

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

Shades of Blue Diamond #511E81

Tints of Blue Diamond #511E81

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.5%

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

R = 33.75%
G = 12.5%
B = 53.75%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#511E81 (or 0x511E81) is known color: Blue Diamond. HEX triplet: 51, 1E and 81. RGB value is (81,30,129). Sum of RGB (Red+Green+Blue) = 81+30+129=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #511E81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511E81 is #AEE17E. Grayscale: #383838. Windows color (decimal): -11460991 or 8461905. OLE color: 8461905.

HSL color Cylindrical-coordinate representation of color #511E81: hue angle of 270.91º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511E81 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 30 129 -
CMYK 0.37 0.77 0 0.49
HSL 270.91º 0.62% 0.31% -
HSV(B) 270.91º 0.77% 0.51% -
XYZ 7.82 4.26 21.18 -
YUV 56.54 168.9 145.45 -
System Red Green Blue C M Y K H S L
Decimal 81 30 129 0.37 0.77 0 0.49 270.91 0.62 0.31
Hex 51 1E 81 25 4D 0 31 10F 3E 1F
Octal 121 36 201 45 115 0 61 417 76 37
Binary 1010001 11110 10000001 100101 1001101 0 110001 100001111 111110 11111

Color Harmonies of #511E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E81

Black with #511E81

Text Example


Text Example

White with #511E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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