Html Css Color HEX #51296D Blue Diamond

📋 copy color: '#51296D'

red 81 ◦ green 41 ◦ blue 109

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

Shades of Blue Diamond #51296D

Tints of Blue Diamond #51296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.75%

 BLUE value IS 109 (42.97% from 255) = 47.19%

R = 35.06%
G = 17.75%
B = 47.19%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#51296D (or 0x51296D) is known color: Blue Diamond. HEX triplet: 51, 29 and 6D. RGB value is (81,41,109). Sum of RGB (Red+Green+Blue) = 81+41+109=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #51296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51296D is #AED692. Grayscale: #3C3C3C. Windows color (decimal): -11458195 or 7154001. OLE color: 7154001.

HSL color Cylindrical-coordinate representation of color #51296D: hue angle of 275.29º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51296D is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 41 109 -
CMYK 0.26 0.62 0 0.57
HSL 275.29º 0.45% 0.29% -
HSV(B) 275.29º 0.62% 0.43% -
XYZ 6.95 4.44 14.96 -
YUV 60.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 81 41 109 0.26 0.62 0 0.57 275.29 0.45 0.29
Hex 51 29 6D 1A 3E 0 39 113 2D 1D
Octal 121 51 155 32 76 0 71 423 55 35
Binary 1010001 101001 1101101 11010 111110 0 111001 100010011 101101 11101

Color Harmonies of #51296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51296D

Black with #51296D

Text Example


Text Example

White with #51296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,41,109); }

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

background-color css

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

 a { background-color: rgb(81,41,109); }

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

border-color css

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

 span { border-color: rgb(81,41,109); }

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