Html Css Color HEX #52228F Kingfisher Daisy

📋 copy color: '#52228F'

red 82 ◦ green 34 ◦ blue 143

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

Shades of Kingfisher Daisy #52228F

Tints of Kingfisher Daisy #52228F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 55.21%

R = 31.66%
G = 13.13%
B = 55.21%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52228F (or 0x52228F) is known color: Kingfisher Daisy. HEX triplet: 52, 22 and 8F. RGB value is (82,34,143). Sum of RGB (Red+Green+Blue) = 82+34+143=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 143 (56.25% from 255 or 55.21% from 259); Max value from RGB is 143 - color contains mainly: blue. Hex color #52228F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52228F is #ADDD70. Grayscale: #3C3C3C. Windows color (decimal): -11394417 or 9380434. OLE color: 9380434.

HSL color Cylindrical-coordinate representation of color #52228F: hue angle of 266.42º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52228F is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 34 143 -
CMYK 0.43 0.76 0 0.44
HSL 266.42º 0.62% 0.35% -
HSV(B) 266.42º 0.76% 0.56% -
XYZ 9.01 4.92 26.46 -
YUV 60.78 174.4 143.14 -
System Red Green Blue C M Y K H S L
Decimal 82 34 143 0.43 0.76 0 0.44 266.42 0.62 0.35
Hex 52 22 8F 2B 4C 0 2C 10A 3E 23
Octal 122 42 217 53 114 0 54 412 76 43
Binary 1010010 100010 10001111 101011 1001100 0 101100 100001010 111110 100011

Color Harmonies of #52228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52228F

Black with #52228F

Text Example


Text Example

White with #52228F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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