Html Css Color HEX #522981 Kingfisher Daisy

📋 copy color: '#522981'

red 82 ◦ green 41 ◦ blue 129

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

Shades of Kingfisher Daisy #522981

Tints of Kingfisher Daisy #522981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.27%

 BLUE value IS 129 (50.78% from 255) = 51.19%

R = 32.54%
G = 16.27%
B = 51.19%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#522981 (or 0x522981) is known color: Kingfisher Daisy. HEX triplet: 52, 29 and 81. RGB value is (82,41,129). Sum of RGB (Red+Green+Blue) = 82+41+129=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #522981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522981 is #ADD67E. Grayscale: #3E3E3E. Windows color (decimal): -11392639 or 8464722. OLE color: 8464722.

HSL color Cylindrical-coordinate representation of color #522981: hue angle of 267.95º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #522981 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 41 129 -
CMYK 0.36 0.68 0 0.49
HSL 267.95º 0.52% 0.33% -
HSV(B) 267.95º 0.68% 0.51% -
XYZ 8.24 4.96 21.29 -
YUV 63.29 165.08 141.34 -
System Red Green Blue C M Y K H S L
Decimal 82 41 129 0.36 0.68 0 0.49 267.95 0.52 0.33
Hex 52 29 81 24 44 0 31 10C 34 21
Octal 122 51 201 44 104 0 61 414 64 41
Binary 1010010 101001 10000001 100100 1000100 0 110001 100001100 110100 100001

Color Harmonies of #522981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522981

Black with #522981

Text Example


Text Example

White with #522981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522981; }

 p { color: rgb(82,41,129); }

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

background-color css

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

 a { background-color: rgb(82,41,129); }

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

border-color css

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

 span { border-color: rgb(82,41,129); }

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