Html Css Color HEX #513DA1 Blue Gem

📋 copy color: '#513DA1'

red 81 ◦ green 61 ◦ blue 161

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

Shades of Blue Gem #513DA1

Tints of Blue Gem #513DA1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.13%

 BLUE value IS 161 (63.28% from 255) = 53.14%

R = 26.73%
G = 20.13%
B = 53.14%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#513DA1 (or 0x513DA1) is known color: Blue Gem. HEX triplet: 51, 3D and A1. RGB value is (81,61,161). Sum of RGB (Red+Green+Blue) = 81+61+161=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 161 (63.28% from 255 or 53.14% from 303); Max value from RGB is 161 - color contains mainly: blue. Hex color #513DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513DA1 is #AEC25E. Grayscale: #4E4E4E. Windows color (decimal): -11453023 or 10566993. OLE color: 10566993.

HSL color Cylindrical-coordinate representation of color #513DA1: hue angle of 252º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #513DA1 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 81 61 161 -
CMYK 0.50 0.62 0 0.37
HSL 252º 0.45% 0.44% -
HSV(B) 252º 0.62% 0.63% -
XYZ 11.5 7.66 34.59 -
YUV 78.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 81 61 161 0.50 0.62 0 0.37 252 0.45 0.44
Hex 51 3D A1 32 3E 0 25 FC 2D 2C
Octal 121 75 241 62 76 0 45 374 55 54
Binary 1010001 111101 10100001 110010 111110 0 100101 11111100 101101 101100

Color Harmonies of #513DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513DA1

Black with #513DA1

Text Example


Text Example

White with #513DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,61,161); }

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

background-color css

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

 a { background-color: rgb(81,61,161); }

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

border-color css

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

 span { border-color: rgb(81,61,161); }

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