Html Css Color HEX #51306E Blue Diamond

📋 copy color: '#51306E'

red 81 ◦ green 48 ◦ blue 110

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

Shades of Blue Diamond #51306E

Tints of Blue Diamond #51306E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 46.03%

R = 33.89%
G = 20.08%
B = 46.03%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#51306E (or 0x51306E) is known color: Blue Diamond. HEX triplet: 51, 30 and 6E. RGB value is (81,48,110). Sum of RGB (Red+Green+Blue) = 81+48+110=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #51306E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51306E is #AECF91. Grayscale: #404040. Windows color (decimal): -11456402 or 7221329. OLE color: 7221329.

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

Color convert

RGB 81 48 110 -
CMYK 0.26 0.56 0 0.57
HSL 271.94º 0.39% 0.31% -
HSV(B) 271.94º 0.56% 0.43% -
XYZ 7.26 4.99 15.33 -
YUV 64.94 153.43 139.46 -
System Red Green Blue C M Y K H S L
Decimal 81 48 110 0.26 0.56 0 0.57 271.94 0.39 0.31
Hex 51 30 6E 1A 38 0 39 110 27 1F
Octal 121 60 156 32 70 0 71 420 47 37
Binary 1010001 110000 1101110 11010 111000 0 111001 100010000 100111 11111

Color Harmonies of #51306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51306E

Black with #51306E

Text Example


Text Example

White with #51306E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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