#532A6D

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

Shades of Blue Diamond #532A6D

Tints of Blue Diamond #532A6D

Color information

#532A6D (or 0x532A6D) is unknown color: approx Blue Diamond. HEX triplet: 53, 2A and 6D. RGB value is (83,42,109). Sum of RGB (Red+Green+Blue) = 83+42+109=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #532A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532A6D is #ACD592. Grayscale: #3D3D3D. Windows color (decimal): -11326867 or 7154259. OLE color: 7154259.

HSL color Cylindrical-coordinate representation of color #532A6D: hue angle of 276.72º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532A6D is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8342109-
CMYK0.240.6100.57
HSL276.72º44.37%29.61%-
HSV(B)276.72º61.47%42.75%-
XYZ7.164.614.98-
YUV61.9154.58143.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.47%
GREEN value IS 42 (16.80% from 255) = 17.95%
BLUE value IS 109 (42.97% from 255) = 46.58%
R=35.47%
G=17.95%
B=46.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83421090.240.6100.57276.7244.3729.61
Hex532A6D183D0391152c1e
Octal1235215530750714255436
Binary1010011101010110110111000111101011100110001010110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532A6D; }

 p { color: rgb(83,42,109); }

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

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

 a { background-color: rgb(83,42,109); }

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

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

 span { border-color: rgb(83,42,109); }

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