Html Css Color HEX #52278F Kingfisher Daisy

📋 copy color: '#52278F'

red 82 ◦ green 39 ◦ blue 143

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

Shades of Kingfisher Daisy #52278F

Tints of Kingfisher Daisy #52278F

RGB

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

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

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

R = 31.06%
G = 14.77%
B = 54.17%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52278F (or 0x52278F) is known color: Kingfisher Daisy. HEX triplet: 52, 27 and 8F. RGB value is (82,39,143). Sum of RGB (Red+Green+Blue) = 82+39+143=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #52278F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52278F is #ADD870. Grayscale: #3F3F3F. Windows color (decimal): -11393137 or 9381714. OLE color: 9381714.

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

Color convert

RGB 82 39 143 -
CMYK 0.43 0.73 0 0.44
HSL 264.81º 0.57% 0.36% -
HSV(B) 264.81º 0.73% 0.56% -
XYZ 9.16 5.23 26.51 -
YUV 63.71 172.75 141.04 -
System Red Green Blue C M Y K H S L
Decimal 82 39 143 0.43 0.73 0 0.44 264.81 0.57 0.36
Hex 52 27 8F 2B 49 0 2C 109 39 24
Octal 122 47 217 53 111 0 54 411 71 44
Binary 1010010 100111 10001111 101011 1001001 0 101100 100001001 111001 100100

Color Harmonies of #52278F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52278F

Black with #52278F

Text Example


Text Example

White with #52278F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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