Html Css Color HEX #52228D Kingfisher Daisy

📋 copy color: '#52228D'

red 82 ◦ green 34 ◦ blue 141

#52228D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #52228D

Tints of Kingfisher Daisy #52228D

RGB

 RED value IS 82 (32.42% from 255) = 31.91%

 GREEN value IS 34 (13.67% from 255) = 13.23%

 BLUE value IS 141 (55.47% from 255) = 54.86%

R = 31.91%
G = 13.23%
B = 54.86%

CMYK

 C value IS 0.42

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52228D (or 0x52228D) is known color: Kingfisher Daisy. HEX triplet: 52, 22 and 8D. RGB value is (82,34,141). Sum of RGB (Red+Green+Blue) = 82+34+141=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #52228D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52228D is #ADDD72. Grayscale: #3C3C3C. Windows color (decimal): -11394419 or 9249362. OLE color: 9249362.

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

Color convert

RGB 82 34 141 -
CMYK 0.42 0.76 0 0.45
HSL 266.92º 0.61% 0.34% -
HSV(B) 266.92º 0.76% 0.55% -
XYZ 8.86 4.86 25.67 -
YUV 60.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 82 34 141 0.42 0.76 0 0.45 266.92 0.61 0.34
Hex 52 22 8D 2A 4C 0 2D 10B 3D 22
Octal 122 42 215 52 114 0 55 413 75 42
Binary 1010010 100010 10001101 101010 1001100 0 101101 100001011 111101 100010

Color Harmonies of #52228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52228D

Black with #52228D

Text Example


Text Example

White with #52228D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52228D;
 }
 .AnyTagClassName
 {
   color: #52228D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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