Html Css Color HEX #513078 Blue Diamond

📋 copy color: '#513078'

red 81 ◦ green 48 ◦ blue 120

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

Shades of Blue Diamond #513078

Tints of Blue Diamond #513078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 48.19%

R = 32.53%
G = 19.28%
B = 48.19%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#513078 (or 0x513078) is known color: Blue Diamond. HEX triplet: 51, 30 and 78. RGB value is (81,48,120). Sum of RGB (Red+Green+Blue) = 81+48+120=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #513078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513078 is #AECF87. Grayscale: #414141. Windows color (decimal): -11456392 or 7876689. OLE color: 7876689.

HSL color Cylindrical-coordinate representation of color #513078: hue angle of 267.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #513078 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 48 120 -
CMYK 0.32 0.60 0 0.53
HSL 267.5º 0.43% 0.33% -
HSV(B) 267.5º 0.6% 0.47% -
XYZ 7.84 5.22 18.36 -
YUV 66.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 81 48 120 0.32 0.60 0 0.53 267.5 0.43 0.33
Hex 51 30 78 20 3C 0 35 10C 2B 21
Octal 121 60 170 40 74 0 65 414 53 41
Binary 1010001 110000 1111000 100000 111100 0 110101 100001100 101011 100001

Color Harmonies of #513078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513078

Black with #513078

Text Example


Text Example

White with #513078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513078; }

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

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

background-color css

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

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

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

border-color css

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

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

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