#52248D

Color #52248D Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #52248D

Tints of Kingfisher Daisy #52248D

Color information

#52248D (or 0x52248D) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 24 and 8D. RGB value is (82,36,141). Sum of RGB (Red+Green+Blue) = 82+36+141=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #52248D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52248D is #ADDB72. Grayscale: #3D3D3D. Windows color (decimal): -11393907 or 9249874. OLE color: 9249874.

HSL color Cylindrical-coordinate representation of color #52248D: hue angle of 266.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52248D is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8236141-
CMYK0.420.7400.45
HSL266.29º59.32%34.71%-
HSV(B)266.29º74.47%55.29%-
XYZ8.924.9825.69-
YUV61.72172.74142.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 141 (55.47% from 255) = 54.44%
R=31.66%
G=13.90%
B=54.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82361410.420.7400.45266.2959.3234.71
Hex52248D2A4A02D10a3b23
Octal12244215521120554127343
Binary10100101001001000110110101010010100101101100001010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52248D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52248D; }

 p { color: rgb(82,36,141); }

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

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

 a { background-color: rgb(82,36,141); }

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

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

 span { border-color: rgb(82,36,141); }

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