Html Css Color HEX #532982 Kingfisher Daisy

📋 copy color: '#532982'

red 83 ◦ green 41 ◦ blue 130

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

Shades of Kingfisher Daisy #532982

Tints of Kingfisher Daisy #532982

RGB

 RED value IS 83 (32.81% from 255) = 32.68%

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

 BLUE value IS 130 (51.17% from 255) = 51.18%

R = 32.68%
G = 16.14%
B = 51.18%

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

#532982 (or 0x532982) is known color: Kingfisher Daisy. HEX triplet: 53, 29 and 82. RGB value is (83,41,130). Sum of RGB (Red+Green+Blue) = 83+41+130=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #532982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532982 is #ACD67D. Grayscale: #3F3F3F. Windows color (decimal): -11327102 or 8530259. OLE color: 8530259.

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

Color convert

RGB 83 41 130 -
CMYK 0.36 0.68 0 0.49
HSL 268.31º 0.52% 0.34% -
HSV(B) 268.31º 0.68% 0.51% -
XYZ 8.39 5.04 21.65 -
YUV 63.7 165.41 141.76 -
System Red Green Blue C M Y K H S L
Decimal 83 41 130 0.36 0.68 0 0.49 268.31 0.52 0.34
Hex 53 29 82 24 44 0 31 10C 34 22
Octal 123 51 202 44 104 0 61 414 64 42
Binary 1010011 101001 10000010 100100 1000100 0 110001 100001100 110100 100010

Color Harmonies of #532982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532982

Black with #532982

Text Example


Text Example

White with #532982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532982; }

 p { color: rgb(83,41,130); }

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

background-color css

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

 a { background-color: rgb(83,41,130); }

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

border-color css

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

 span { border-color: rgb(83,41,130); }

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