#512972

Color #512972 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #512972

Tints of Blue Diamond #512972

Color information

#512972 (or 0x512972) is unknown color: approx Blue Diamond. HEX triplet: 51, 29 and 72. RGB value is (81,41,114). Sum of RGB (Red+Green+Blue) = 81+41+114=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #512972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512972 is #AED68D. Grayscale: #3D3D3D. Windows color (decimal): -11458190 or 7481681. OLE color: 7481681.

HSL color Cylindrical-coordinate representation of color #512972: hue angle of 272.88º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #512972 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8141114-
CMYK0.290.6400.55
HSL272.88º47.1%30.39%-
HSV(B)272.88º64.04%44.71%-
XYZ7.224.5516.42-
YUV61.28157.75142.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.32%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 114 (44.92% from 255) = 48.31%
R=34.32%
G=17.37%
B=48.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81411140.290.6400.55272.8847.130.39
Hex5129721D400371112f1e
Octal12151162351000674215736
Binary10100011010011110010111011000000011011110001000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512972; }

 p { color: rgb(81,41,114); }

 H1.HeaderClassName
 {
   color: #512972;
 }
 .AnyTagClassName
 {
   color: #512972;
 }
</style>
background-color css

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

 a { background-color: rgb(81,41,114); }

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

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

 span { border-color: rgb(81,41,114); }

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