#52227F

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

Shades of Blue Diamond #52227F

Tints of Blue Diamond #52227F

Color information

#52227F (or 0x52227F) is unknown color: approx Blue Diamond. HEX triplet: 52, 22 and 7F. RGB value is (82,34,127). Sum of RGB (Red+Green+Blue) = 82+34+127=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #52227F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52227F is #ADDD80. Grayscale: #3A3A3A. Windows color (decimal): -11394433 or 8331858. OLE color: 8331858.

HSL color Cylindrical-coordinate representation of color #52227F: hue angle of 270.97º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52227F is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8234127-
CMYK0.350.7300.50
HSL270.97º57.76%31.57%-
HSV(B)270.97º73.23%49.8%-
XYZ7.884.4720.53-
YUV58.95166.4144.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.74%
GREEN value IS 34 (13.67% from 255) = 13.99%
BLUE value IS 127 (50% from 255) = 52.26%
R=33.74%
G=13.99%
B=52.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82341270.350.7300.50270.9757.7631.57
Hex52227F234903210f3a20
Octal12242177431110624177240
Binary1010010100010111111110001110010010110010100001111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52227F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52227F; }

 p { color: rgb(82,34,127); }

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

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

 a { background-color: rgb(82,34,127); }

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

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

 span { border-color: rgb(82,34,127); }

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