#52258D

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

Shades of Kingfisher Daisy #52258D

Tints of Kingfisher Daisy #52258D

Color information

#52258D (or 0x52258D) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 25 and 8D. RGB value is (82,37,141). Sum of RGB (Red+Green+Blue) = 82+37+141=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #52258D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52258D is #ADDA72. Grayscale: #3D3D3D. Windows color (decimal): -11393651 or 9250130. OLE color: 9250130.

HSL color Cylindrical-coordinate representation of color #52258D: hue angle of 265.96º degrees, saturation: 0.58, 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 #52258D is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8237141-
CMYK0.420.7400.45
HSL265.96º58.43%34.9%-
HSV(B)265.96º73.76%55.29%-
XYZ8.955.0425.7-
YUV62.31172.41142.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.54%
GREEN value IS 37 (14.84% from 255) = 14.23%
BLUE value IS 141 (55.47% from 255) = 54.23%
R=31.54%
G=14.23%
B=54.23%

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
Decimal82371410.420.7400.45265.9658.4334.9
Hex52258D2A4A02D10a3a23
Octal12245215521120554127243
Binary10100101001011000110110101010010100101101100001010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52258D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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