Html Css Color HEX #51449A Blue Gem

📋 copy color: '#51449A'

red 81 ◦ green 68 ◦ blue 154

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

Shades of Blue Gem #51449A

Tints of Blue Gem #51449A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50.83%

R = 26.73%
G = 22.44%
B = 50.83%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#51449A (or 0x51449A) is known color: Blue Gem. HEX triplet: 51, 44 and 9A. RGB value is (81,68,154). Sum of RGB (Red+Green+Blue) = 81+68+154=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #51449A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51449A is #AEBB65. Grayscale: #515151. Windows color (decimal): -11451238 or 10110033. OLE color: 10110033.

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

Color convert

RGB 81 68 154 -
CMYK 0.47 0.56 0 0.40
HSL 249.07º 0.39% 0.44% -
HSV(B) 249.07º 0.56% 0.6% -
XYZ 11.29 8.22 31.56 -
YUV 81.69 168.81 127.51 -
System Red Green Blue C M Y K H S L
Decimal 81 68 154 0.47 0.56 0 0.40 249.07 0.39 0.44
Hex 51 44 9A 2F 38 0 28 F9 27 2C
Octal 121 104 232 57 70 0 50 371 47 54
Binary 1010001 1000100 10011010 101111 111000 0 101000 11111001 100111 101100

Color Harmonies of #51449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51449A

Black with #51449A

Text Example


Text Example

White with #51449A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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