Html Css Color HEX #51329E Blue Gem

📋 copy color: '#51329E'

red 81 ◦ green 50 ◦ blue 158

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

Shades of Blue Gem #51329E

Tints of Blue Gem #51329E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 158 (62.11% from 255) = 54.67%

R = 28.03%
G = 17.3%
B = 54.67%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51329E (or 0x51329E) is known color: Blue Gem. HEX triplet: 51, 32 and 9E. RGB value is (81,50,158). Sum of RGB (Red+Green+Blue) = 81+50+158=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #51329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51329E is #AECD61. Grayscale: #474747. Windows color (decimal): -11455842 or 10367569. OLE color: 10367569.

HSL color Cylindrical-coordinate representation of color #51329E: hue angle of 257.22º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51329E is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 50 158 -
CMYK 0.49 0.68 0 0.38
HSL 257.22º 0.52% 0.41% -
HSV(B) 257.22º 0.68% 0.62% -
XYZ 10.71 6.5 33.04 -
YUV 71.58 176.77 134.72 -
System Red Green Blue C M Y K H S L
Decimal 81 50 158 0.49 0.68 0 0.38 257.22 0.52 0.41
Hex 51 32 9E 31 44 0 26 101 34 29
Octal 121 62 236 61 104 0 46 401 64 51
Binary 1010001 110010 10011110 110001 1000100 0 100110 100000001 110100 101001

Color Harmonies of #51329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51329E

Black with #51329E

Text Example


Text Example

White with #51329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51329E; }

 p { color: rgb(81,50,158); }

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

background-color css

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

 a { background-color: rgb(81,50,158); }

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

border-color css

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

 span { border-color: rgb(81,50,158); }

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