Html Css Color HEX #51306B Blue Diamond

📋 copy color: '#51306B'

red 81 ◦ green 48 ◦ blue 107

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

Shades of Blue Diamond #51306B

Tints of Blue Diamond #51306B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.34%

 BLUE value IS 107 (42.19% from 255) = 45.34%

R = 34.32%
G = 20.34%
B = 45.34%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51306B (or 0x51306B) is known color: Blue Diamond. HEX triplet: 51, 30 and 6B. RGB value is (81,48,107). Sum of RGB (Red+Green+Blue) = 81+48+107=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #51306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51306B is #AECF94. Grayscale: #404040. Windows color (decimal): -11456405 or 7024721. OLE color: 7024721.

HSL color Cylindrical-coordinate representation of color #51306B: hue angle of 273.56º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51306B is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 48 107 -
CMYK 0.24 0.55 0 0.58
HSL 273.56º 0.38% 0.3% -
HSV(B) 273.56º 0.55% 0.42% -
XYZ 7.1 4.92 14.49 -
YUV 64.59 151.93 139.7 -
System Red Green Blue C M Y K H S L
Decimal 81 48 107 0.24 0.55 0 0.58 273.56 0.38 0.3
Hex 51 30 6B 18 37 0 3A 112 26 1E
Octal 121 60 153 30 67 0 72 422 46 36
Binary 1010001 110000 1101011 11000 110111 0 111010 100010010 100110 11110

Color Harmonies of #51306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51306B

Black with #51306B

Text Example


Text Example

White with #51306B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,48,107); }

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

background-color css

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

 a { background-color: rgb(81,48,107); }

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

border-color css

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

 span { border-color: rgb(81,48,107); }

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