Html Css Color HEX #513495 Blue Gem

📋 copy color: '#513495'

red 81 ◦ green 52 ◦ blue 149

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

Shades of Blue Gem #513495

Tints of Blue Gem #513495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.44%

 BLUE value IS 149 (58.59% from 255) = 52.84%

R = 28.72%
G = 18.44%
B = 52.84%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#513495 (or 0x513495) is known color: Blue Gem. HEX triplet: 51, 34 and 95. RGB value is (81,52,149). Sum of RGB (Red+Green+Blue) = 81+52+149=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #513495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513495 is #AECB6A. Grayscale: #474747. Windows color (decimal): -11455339 or 9778257. OLE color: 9778257.

HSL color Cylindrical-coordinate representation of color #513495: hue angle of 257.94º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #513495 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 52 149 -
CMYK 0.46 0.65 0 0.42
HSL 257.94º 0.48% 0.39% -
HSV(B) 257.94º 0.65% 0.58% -
XYZ 10.05 6.38 29.13 -
YUV 71.73 171.61 134.61 -
System Red Green Blue C M Y K H S L
Decimal 81 52 149 0.46 0.65 0 0.42 257.94 0.48 0.39
Hex 51 34 95 2E 41 0 2A 102 30 27
Octal 121 64 225 56 101 0 52 402 60 47
Binary 1010001 110100 10010101 101110 1000001 0 101010 100000010 110000 100111

Color Harmonies of #513495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513495

Black with #513495

Text Example


Text Example

White with #513495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513495; }

 p { color: rgb(81,52,149); }

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

background-color css

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

 a { background-color: rgb(81,52,149); }

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

border-color css

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

 span { border-color: rgb(81,52,149); }

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