Html Css Color HEX #511C82 Blue Diamond

📋 copy color: '#511C82'

red 81 ◦ green 28 ◦ blue 130

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

Shades of Blue Diamond #511C82

Tints of Blue Diamond #511C82

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.72%

 BLUE value IS 130 (51.17% from 255) = 54.39%

R = 33.89%
G = 11.72%
B = 54.39%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#511C82 (or 0x511C82) is known color: Blue Diamond. HEX triplet: 51, 1C and 82. RGB value is (81,28,130). Sum of RGB (Red+Green+Blue) = 81+28+130=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #511C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511C82 is #AEE37D. Grayscale: #373737. Windows color (decimal): -11461502 or 8526929. OLE color: 8526929.

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

Color convert

RGB 81 28 130 -
CMYK 0.38 0.78 0 0.49
HSL 271.18º 0.65% 0.31% -
HSV(B) 271.18º 0.78% 0.51% -
XYZ 7.84 4.19 21.52 -
YUV 55.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 81 28 130 0.38 0.78 0 0.49 271.18 0.65 0.31
Hex 51 1C 82 26 4E 0 31 10F 41 1F
Octal 121 34 202 46 116 0 61 417 101 37
Binary 1010001 11100 10000010 100110 1001110 0 110001 100001111 1000001 11111

Color Harmonies of #511C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511C82

Black with #511C82

Text Example


Text Example

White with #511C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,28,130); }

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

background-color css

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

 a { background-color: rgb(81,28,130); }

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

border-color css

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

 span { border-color: rgb(81,28,130); }

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