Html Css Color HEX #513C8D Blue Gem

📋 copy color: '#513C8D'

red 81 ◦ green 60 ◦ blue 141

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

Shades of Blue Gem #513C8D

Tints of Blue Gem #513C8D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.28%

 BLUE value IS 141 (55.47% from 255) = 50%

R = 28.72%
G = 21.28%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#513C8D (or 0x513C8D) is known color: Blue Gem. HEX triplet: 51, 3C and 8D. RGB value is (81,60,141). Sum of RGB (Red+Green+Blue) = 81+60+141=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #513C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513C8D is #AEC372. Grayscale: #4B4B4B. Windows color (decimal): -11453299 or 9256017. OLE color: 9256017.

HSL color Cylindrical-coordinate representation of color #513C8D: hue angle of 255.56º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #513C8D is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 60 141 -
CMYK 0.43 0.57 0 0.45
HSL 255.56º 0.4% 0.39% -
HSV(B) 255.56º 0.57% 0.55% -
XYZ 9.82 6.9 26.01 -
YUV 75.51 164.96 131.91 -
System Red Green Blue C M Y K H S L
Decimal 81 60 141 0.43 0.57 0 0.45 255.56 0.4 0.39
Hex 51 3C 8D 2B 39 0 2D 100 28 27
Octal 121 74 215 53 71 0 55 400 50 47
Binary 1010001 111100 10001101 101011 111001 0 101101 100000000 101000 100111

Color Harmonies of #513C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C8D

Black with #513C8D

Text Example


Text Example

White with #513C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513C8D; }

 p { color: rgb(81,60,141); }

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

background-color css

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

 a { background-color: rgb(81,60,141); }

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

border-color css

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

 span { border-color: rgb(81,60,141); }

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