Html Css Color HEX #51246D Blue Diamond

📋 copy color: '#51246D'

red 81 ◦ green 36 ◦ blue 109

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

Shades of Blue Diamond #51246D

Tints of Blue Diamond #51246D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.93%

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

R = 35.84%
G = 15.93%
B = 48.23%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#51246D (or 0x51246D) is known color: Blue Diamond. HEX triplet: 51, 24 and 6D. RGB value is (81,36,109). Sum of RGB (Red+Green+Blue) = 81+36+109=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #51246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51246D is #AEDB92. Grayscale: #393939. Windows color (decimal): -11459475 or 7152721. OLE color: 7152721.

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

Color convert

RGB 81 36 109 -
CMYK 0.26 0.67 0 0.57
HSL 276.99º 0.5% 0.28% -
HSV(B) 276.99º 0.67% 0.43% -
XYZ 6.78 4.12 14.9 -
YUV 57.78 156.91 144.56 -
System Red Green Blue C M Y K H S L
Decimal 81 36 109 0.26 0.67 0 0.57 276.99 0.5 0.28
Hex 51 24 6D 1A 43 0 39 115 32 1C
Octal 121 44 155 32 103 0 71 425 62 34
Binary 1010001 100100 1101101 11010 1000011 0 111001 100010101 110010 11100

Color Harmonies of #51246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51246D

Black with #51246D

Text Example


Text Example

White with #51246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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