#512A75

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

Shades of Blue Diamond #512A75

Tints of Blue Diamond #512A75

Color information

#512A75 (or 0x512A75) is unknown color: approx Blue Diamond. HEX triplet: 51, 2A and 75. RGB value is (81,42,117). Sum of RGB (Red+Green+Blue) = 81+42+117=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #512A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512A75 is #AED58A. Grayscale: #3D3D3D. Windows color (decimal): -11457931 or 7678545. OLE color: 7678545.

HSL color Cylindrical-coordinate representation of color #512A75: hue angle of 271.2º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #512A75 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8142117-
CMYK0.310.6400.54
HSL271.2º47.17%31.18%-
HSV(B)271.2º64.1%45.88%-
XYZ7.434.6917.34-
YUV62.21158.92141.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 42 (16.80% from 255) = 17.5%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=33.75%
G=17.5%
B=48.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81421170.310.6400.54271.247.1731.18
Hex512A751F4003610f2f1f
Octal12152165371000664175737
Binary10100011010101110101111111000000011011010000111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512A75; }

 p { color: rgb(81,42,117); }

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

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

 a { background-color: rgb(81,42,117); }

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

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

 span { border-color: rgb(81,42,117); }

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