Html Css Color HEX #52277F Kingfisher Daisy

📋 copy color: '#52277F'

red 82 ◦ green 39 ◦ blue 127

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

Shades of Kingfisher Daisy #52277F

Tints of Kingfisher Daisy #52277F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 51.21%

R = 33.06%
G = 15.73%
B = 51.21%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52277F (or 0x52277F) is known color: Kingfisher Daisy. HEX triplet: 52, 27 and 7F. RGB value is (82,39,127). Sum of RGB (Red+Green+Blue) = 82+39+127=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #52277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52277F is #ADD880. Grayscale: #3D3D3D. Windows color (decimal): -11393153 or 8333138. OLE color: 8333138.

HSL color Cylindrical-coordinate representation of color #52277F: hue angle of 269.32º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52277F is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 39 127 -
CMYK 0.35 0.69 0 0.50
HSL 269.32º 0.53% 0.33% -
HSV(B) 269.32º 0.69% 0.5% -
XYZ 8.04 4.78 20.58 -
YUV 61.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 82 39 127 0.35 0.69 0 0.50 269.32 0.53 0.33
Hex 52 27 7F 23 45 0 32 10D 35 21
Octal 122 47 177 43 105 0 62 415 65 41
Binary 1010010 100111 1111111 100011 1000101 0 110010 100001101 110101 100001

Color Harmonies of #52277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52277F

Black with #52277F

Text Example


Text Example

White with #52277F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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