Html Css Color HEX #52278C Kingfisher Daisy

📋 copy color: '#52278C'

red 82 ◦ green 39 ◦ blue 140

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

Shades of Kingfisher Daisy #52278C

Tints of Kingfisher Daisy #52278C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.94%

 BLUE value IS 140 (55.08% from 255) = 53.64%

R = 31.42%
G = 14.94%
B = 53.64%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52278C (or 0x52278C) is known color: Kingfisher Daisy. HEX triplet: 52, 27 and 8C. RGB value is (82,39,140). Sum of RGB (Red+Green+Blue) = 82+39+140=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #52278C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52278C is #ADD873. Grayscale: #3F3F3F. Windows color (decimal): -11393140 or 9185106. OLE color: 9185106.

HSL color Cylindrical-coordinate representation of color #52278C: hue angle of 265.54º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52278C is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 39 140 -
CMYK 0.41 0.72 0 0.45
HSL 265.54º 0.56% 0.35% -
HSV(B) 265.54º 0.72% 0.55% -
XYZ 8.94 5.14 25.33 -
YUV 63.37 171.25 141.29 -
System Red Green Blue C M Y K H S L
Decimal 82 39 140 0.41 0.72 0 0.45 265.54 0.56 0.35
Hex 52 27 8C 29 48 0 2D 10A 38 23
Octal 122 47 214 51 110 0 55 412 70 43
Binary 1010010 100111 10001100 101001 1001000 0 101101 100001010 111000 100011

Color Harmonies of #52278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52278C

Black with #52278C

Text Example


Text Example

White with #52278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52278C; }

 p { color: rgb(82,39,140); }

 H1.HeaderClassName
 {
   color: #52278C;
 }
 .AnyTagClassName
 {
   color: #52278C;
 }
</style>

background-color css

<style>
 a { background-color: #52278C; }

 a { background-color: rgb(82,39,140); }

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

border-color css

<style>
 span { border-color: #52278C; }

 span { border-color: rgb(82,39,140); }

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