Html Css Color HEX #51449B Blue Gem

📋 copy color: '#51449B'

red 81 ◦ green 68 ◦ blue 155

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

Shades of Blue Gem #51449B

Tints of Blue Gem #51449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.37%

 BLUE value IS 155 (60.94% from 255) = 50.99%

R = 26.64%
G = 22.37%
B = 50.99%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51449B (or 0x51449B) is known color: Blue Gem. HEX triplet: 51, 44 and 9B. RGB value is (81,68,155). Sum of RGB (Red+Green+Blue) = 81+68+155=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #51449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51449B is #AEBB64. Grayscale: #515151. Windows color (decimal): -11451237 or 10175569. OLE color: 10175569.

HSL color Cylindrical-coordinate representation of color #51449B: hue angle of 248.97º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51449B is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 68 155 -
CMYK 0.48 0.56 0 0.39
HSL 248.97º 0.39% 0.44% -
HSV(B) 248.97º 0.56% 0.61% -
XYZ 11.38 8.25 32 -
YUV 81.81 169.31 127.43 -
System Red Green Blue C M Y K H S L
Decimal 81 68 155 0.48 0.56 0 0.39 248.97 0.39 0.44
Hex 51 44 9B 30 38 0 27 F9 27 2C
Octal 121 104 233 60 70 0 47 371 47 54
Binary 1010001 1000100 10011011 110000 111000 0 100111 11111001 100111 101100

Color Harmonies of #51449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51449B

Black with #51449B

Text Example


Text Example

White with #51449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51449B; }

 p { color: rgb(81,68,155); }

 H1.HeaderClassName
 {
   color: #51449B;
 }
 .AnyTagClassName
 {
   color: #51449B;
 }
</style>

background-color css

<style>
 a { background-color: #51449B; }

 a { background-color: rgb(81,68,155); }

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

border-color css

<style>
 span { border-color: #51449B; }

 span { border-color: rgb(81,68,155); }

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