Html Css Color HEX #51329F Blue Gem

📋 copy color: '#51329F'

red 81 ◦ green 50 ◦ blue 159

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

Shades of Blue Gem #51329F

Tints of Blue Gem #51329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 54.83%

R = 27.93%
G = 17.24%
B = 54.83%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51329F (or 0x51329F) is known color: Blue Gem. HEX triplet: 51, 32 and 9F. RGB value is (81,50,159). Sum of RGB (Red+Green+Blue) = 81+50+159=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #51329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51329F is #AECD60. Grayscale: #474747. Windows color (decimal): -11455841 or 10433105. OLE color: 10433105.

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

Color convert

RGB 81 50 159 -
CMYK 0.49 0.69 0 0.38
HSL 257.06º 0.52% 0.41% -
HSV(B) 257.06º 0.69% 0.62% -
XYZ 10.79 6.53 33.49 -
YUV 71.7 177.27 134.64 -
System Red Green Blue C M Y K H S L
Decimal 81 50 159 0.49 0.69 0 0.38 257.06 0.52 0.41
Hex 51 32 9F 31 45 0 26 101 34 29
Octal 121 62 237 61 105 0 46 401 64 51
Binary 1010001 110010 10011111 110001 1000101 0 100110 100000001 110100 101001

Color Harmonies of #51329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51329F

Black with #51329F

Text Example


Text Example

White with #51329F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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