Html Css Color HEX #513271 Blue Diamond

📋 copy color: '#513271'

red 81 ◦ green 50 ◦ blue 113

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

Shades of Blue Diamond #513271

Tints of Blue Diamond #513271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.49%

 BLUE value IS 113 (44.53% from 255) = 46.31%

R = 33.2%
G = 20.49%
B = 46.31%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#513271 (or 0x513271) is known color: Blue Diamond. HEX triplet: 51, 32 and 71. RGB value is (81,50,113). Sum of RGB (Red+Green+Blue) = 81+50+113=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #513271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513271 is #AECD8E. Grayscale: #424242. Windows color (decimal): -11455887 or 7418449. OLE color: 7418449.

HSL color Cylindrical-coordinate representation of color #513271: hue angle of 269.52º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #513271 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 50 113 -
CMYK 0.28 0.56 0 0.56
HSL 269.52º 0.39% 0.32% -
HSV(B) 269.52º 0.56% 0.44% -
XYZ 7.51 5.22 16.23 -
YUV 66.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 81 50 113 0.28 0.56 0 0.56 269.52 0.39 0.32
Hex 51 32 71 1C 38 0 38 10E 27 20
Octal 121 62 161 34 70 0 70 416 47 40
Binary 1010001 110010 1110001 11100 111000 0 111000 100001110 100111 100000

Color Harmonies of #513271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513271

Black with #513271

Text Example


Text Example

White with #513271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513271; }

 p { color: rgb(81,50,113); }

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

background-color css

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

 a { background-color: rgb(81,50,113); }

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

border-color css

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

 span { border-color: rgb(81,50,113); }

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