Html Css Color HEX #51306F Blue Diamond

📋 copy color: '#51306F'

red 81 ◦ green 48 ◦ blue 111

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

Shades of Blue Diamond #51306F

Tints of Blue Diamond #51306F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 46.25%

R = 33.75%
G = 20%
B = 46.25%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#51306F (or 0x51306F) is known color: Blue Diamond. HEX triplet: 51, 30 and 6F. RGB value is (81,48,111). Sum of RGB (Red+Green+Blue) = 81+48+111=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #51306F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51306F is #AECF90. Grayscale: #404040. Windows color (decimal): -11456401 or 7286865. OLE color: 7286865.

HSL color Cylindrical-coordinate representation of color #51306F: hue angle of 271.43º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51306F is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 48 111 -
CMYK 0.27 0.57 0 0.56
HSL 271.43º 0.4% 0.31% -
HSV(B) 271.43º 0.57% 0.44% -
XYZ 7.32 5.01 15.62 -
YUV 65.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 81 48 111 0.27 0.57 0 0.56 271.43 0.4 0.31
Hex 51 30 6F 1B 39 0 38 10F 28 1F
Octal 121 60 157 33 71 0 70 417 50 37
Binary 1010001 110000 1101111 11011 111001 0 111000 100001111 101000 11111

Color Harmonies of #51306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51306F

Black with #51306F

Text Example


Text Example

White with #51306F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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