Html Css Color HEX #52317F Kingfisher Daisy

📋 copy color: '#52317F'

red 82 ◦ green 49 ◦ blue 127

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

Shades of Kingfisher Daisy #52317F

Tints of Kingfisher Daisy #52317F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.99%

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

R = 31.78%
G = 18.99%
B = 49.22%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52317F (or 0x52317F) is known color: Kingfisher Daisy. HEX triplet: 52, 31 and 7F. RGB value is (82,49,127). Sum of RGB (Red+Green+Blue) = 82+49+127=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #52317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52317F is #ADCE80. Grayscale: #434343. Windows color (decimal): -11390593 or 8335698. OLE color: 8335698.

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

Color convert

RGB 82 49 127 -
CMYK 0.35 0.61 0 0.50
HSL 265.38º 0.44% 0.35% -
HSV(B) 265.38º 0.61% 0.5% -
XYZ 8.41 5.52 20.7 -
YUV 67.76 161.43 138.16 -
System Red Green Blue C M Y K H S L
Decimal 82 49 127 0.35 0.61 0 0.50 265.38 0.44 0.35
Hex 52 31 7F 23 3D 0 32 109 2C 23
Octal 122 61 177 43 75 0 62 411 54 43
Binary 1010010 110001 1111111 100011 111101 0 110010 100001001 101100 100011

Color Harmonies of #52317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52317F

Black with #52317F

Text Example


Text Example

White with #52317F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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