Html Css Color HEX #5145A1 Blue Gem

📋 copy color: '#5145A1'

red 81 ◦ green 69 ◦ blue 161

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

Shades of Blue Gem #5145A1

Tints of Blue Gem #5145A1

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.19%

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

R = 26.05%
G = 22.19%
B = 51.77%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5145A1 (or 0x5145A1) is known color: Blue Gem. HEX triplet: 51, 45 and A1. RGB value is (81,69,161). Sum of RGB (Red+Green+Blue) = 81+69+161=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 161 (63.28% from 255 or 51.77% from 311); Max value from RGB is 161 - color contains mainly: blue. Hex color #5145A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5145A1 is #AEBA5E. Grayscale: #525252. Windows color (decimal): -11450975 or 10569041. OLE color: 10569041.

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

Color convert

RGB 81 69 161 -
CMYK 0.50 0.57 0 0.37
HSL 247.83º 0.4% 0.45% -
HSV(B) 247.83º 0.57% 0.63% -
XYZ 11.95 8.58 34.74 -
YUV 83.08 171.98 126.52 -
System Red Green Blue C M Y K H S L
Decimal 81 69 161 0.50 0.57 0 0.37 247.83 0.4 0.45
Hex 51 45 A1 32 39 0 25 F8 28 2D
Octal 121 105 241 62 71 0 45 370 50 55
Binary 1010001 1000101 10100001 110010 111001 0 100101 11111000 101000 101101

Color Harmonies of #5145A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5145A1

Black with #5145A1

Text Example


Text Example

White with #5145A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5145A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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