#52297A

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

Shades of Blue Diamond #52297A

Tints of Blue Diamond #52297A

Color information

#52297A (or 0x52297A) is unknown color: approx Blue Diamond. HEX triplet: 52, 29 and 7A. RGB value is (82,41,122). Sum of RGB (Red+Green+Blue) = 82+41+122=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #52297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52297A is #ADD685. Grayscale: #3E3E3E. Windows color (decimal): -11392646 or 8005970. OLE color: 8005970.

HSL color Cylindrical-coordinate representation of color #52297A: hue angle of 270.37º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52297A is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8241122-
CMYK0.330.6600.52
HSL270.37º49.69%31.96%-
HSV(B)270.37º66.39%47.84%-
XYZ7.794.7818.93-
YUV62.49161.58141.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 41 (16.41% from 255) = 16.73%
BLUE value IS 122 (48.05% from 255) = 49.80%
R=33.47%
G=16.73%
B=49.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82411220.330.6600.52270.3749.6931.96
Hex52297A214203410e3220
Octal12251172411020644166240
Binary1010010101001111101010000110000100110100100001110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52297A; }

 p { color: rgb(82,41,122); }

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

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

 a { background-color: rgb(82,41,122); }

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

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

 span { border-color: rgb(82,41,122); }

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