Html Css Color HEX #52298D Kingfisher Daisy

📋 copy color: '#52298D'

red 82 ◦ green 41 ◦ blue 141

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

Shades of Kingfisher Daisy #52298D

Tints of Kingfisher Daisy #52298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.53%

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

R = 31.06%
G = 15.53%
B = 53.41%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52298D (or 0x52298D) is known color: Kingfisher Daisy. HEX triplet: 52, 29 and 8D. RGB value is (82,41,141). Sum of RGB (Red+Green+Blue) = 82+41+141=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #52298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52298D is #ADD672. Grayscale: #404040. Windows color (decimal): -11392627 or 9251154. OLE color: 9251154.

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

Color convert

RGB 82 41 141 -
CMYK 0.42 0.71 0 0.45
HSL 264.6º 0.55% 0.36% -
HSV(B) 264.6º 0.71% 0.55% -
XYZ 9.08 5.3 25.74 -
YUV 64.66 171.08 140.37 -
System Red Green Blue C M Y K H S L
Decimal 82 41 141 0.42 0.71 0 0.45 264.6 0.55 0.36
Hex 52 29 8D 2A 47 0 2D 109 37 24
Octal 122 51 215 52 107 0 55 411 67 44
Binary 1010010 101001 10001101 101010 1000111 0 101101 100001001 110111 100100

Color Harmonies of #52298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52298D

Black with #52298D

Text Example


Text Example

White with #52298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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