Html Css Color HEX #513F95 Blue Gem

📋 copy color: '#513F95'

red 81 ◦ green 63 ◦ blue 149

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

Shades of Blue Gem #513F95

Tints of Blue Gem #513F95

RGB

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

 GREEN value IS 63 (25% from 255) = 21.5%

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

R = 27.65%
G = 21.5%
B = 50.85%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#513F95 (or 0x513F95) is known color: Blue Gem. HEX triplet: 51, 3F and 95. RGB value is (81,63,149). Sum of RGB (Red+Green+Blue) = 81+63+149=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #513F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513F95 is #AEC06A. Grayscale: #4D4D4D. Windows color (decimal): -11452523 or 9781073. OLE color: 9781073.

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

Color convert

RGB 81 63 149 -
CMYK 0.46 0.58 0 0.42
HSL 252.56º 0.41% 0.42% -
HSV(B) 252.56º 0.58% 0.58% -
XYZ 10.6 7.47 29.32 -
YUV 78.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 81 63 149 0.46 0.58 0 0.42 252.56 0.41 0.42
Hex 51 3F 95 2E 3A 0 2A FD 29 2A
Octal 121 77 225 56 72 0 52 375 51 52
Binary 1010001 111111 10010101 101110 111010 0 101010 11111101 101001 101010

Color Harmonies of #513F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F95

Black with #513F95

Text Example


Text Example

White with #513F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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