Html Css Color HEX #51409D Blue Gem

📋 copy color: '#51409D'

red 81 ◦ green 64 ◦ blue 157

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

Shades of Blue Gem #51409D

Tints of Blue Gem #51409D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.19%

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

R = 26.82%
G = 21.19%
B = 51.99%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51409D (or 0x51409D) is known color: Blue Gem. HEX triplet: 51, 40 and 9D. RGB value is (81,64,157). Sum of RGB (Red+Green+Blue) = 81+64+157=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #51409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51409D is #AEBF62. Grayscale: #4F4F4F. Windows color (decimal): -11452259 or 10305617. OLE color: 10305617.

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

Color convert

RGB 81 64 157 -
CMYK 0.48 0.59 0 0.38
HSL 250.97º 0.42% 0.43% -
HSV(B) 250.97º 0.59% 0.62% -
XYZ 11.31 7.85 32.82 -
YUV 79.69 171.63 128.94 -
System Red Green Blue C M Y K H S L
Decimal 81 64 157 0.48 0.59 0 0.38 250.97 0.42 0.43
Hex 51 40 9D 30 3B 0 26 FB 2A 2B
Octal 121 100 235 60 73 0 46 373 52 53
Binary 1010001 1000000 10011101 110000 111011 0 100110 11111011 101010 101011

Color Harmonies of #51409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51409D

Black with #51409D

Text Example


Text Example

White with #51409D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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