Html Css Color HEX #51419D Blue Gem

📋 copy color: '#51419D'

red 81 ◦ green 65 ◦ blue 157

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

Shades of Blue Gem #51419D

Tints of Blue Gem #51419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.45%

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

R = 26.73%
G = 21.45%
B = 51.82%

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

#51419D (or 0x51419D) is known color: Blue Gem. HEX triplet: 51, 41 and 9D. RGB value is (81,65,157). Sum of RGB (Red+Green+Blue) = 81+65+157=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #51419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51419D is #AEBE62. Grayscale: #4F4F4F. Windows color (decimal): -11452003 or 10305873. OLE color: 10305873.

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

Color convert

RGB 81 65 157 -
CMYK 0.48 0.59 0 0.38
HSL 250.43º 0.41% 0.44% -
HSV(B) 250.43º 0.59% 0.62% -
XYZ 11.37 7.96 32.84 -
YUV 80.27 171.3 128.52 -
System Red Green Blue C M Y K H S L
Decimal 81 65 157 0.48 0.59 0 0.38 250.43 0.41 0.44
Hex 51 41 9D 30 3B 0 26 FA 29 2C
Octal 121 101 235 60 73 0 46 372 51 54
Binary 1010001 1000001 10011101 110000 111011 0 100110 11111010 101001 101100

Color Harmonies of #51419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51419D

Black with #51419D

Text Example


Text Example

White with #51419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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