Html Css Color HEX #51389D Blue Gem

📋 copy color: '#51389D'

red 81 ◦ green 56 ◦ blue 157

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

Shades of Blue Gem #51389D

Tints of Blue Gem #51389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.05%

 BLUE value IS 157 (61.72% from 255) = 53.4%

R = 27.55%
G = 19.05%
B = 53.4%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51389D (or 0x51389D) is known color: Blue Gem. HEX triplet: 51, 38 and 9D. RGB value is (81,56,157). Sum of RGB (Red+Green+Blue) = 81+56+157=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #51389D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51389D is #AEC762. Grayscale: #4A4A4A. Windows color (decimal): -11454307 or 10303569. OLE color: 10303569.

HSL color Cylindrical-coordinate representation of color #51389D: hue angle of 254.85º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51389D is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 56 157 -
CMYK 0.48 0.64 0 0.38
HSL 254.85º 0.47% 0.42% -
HSV(B) 254.85º 0.64% 0.62% -
XYZ 10.89 7.01 32.68 -
YUV 74.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 81 56 157 0.48 0.64 0 0.38 254.85 0.47 0.42
Hex 51 38 9D 30 40 0 26 FF 2F 2A
Octal 121 70 235 60 100 0 46 377 57 52
Binary 1010001 111000 10011101 110000 1000000 0 100110 11111111 101111 101010

Color Harmonies of #51389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51389D

Black with #51389D

Text Example


Text Example

White with #51389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51389D; }

 p { color: rgb(81,56,157); }

 H1.HeaderClassName
 {
   color: #51389D;
 }
 .AnyTagClassName
 {
   color: #51389D;
 }
</style>

background-color css

<style>
 a { background-color: #51389D; }

 a { background-color: rgb(81,56,157); }

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

border-color css

<style>
 span { border-color: #51389D; }

 span { border-color: rgb(81,56,157); }

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