Html Css Color HEX #532B8D Kingfisher Daisy

📋 copy color: '#532B8D'

red 83 ◦ green 43 ◦ blue 141

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

Shades of Kingfisher Daisy #532B8D

Tints of Kingfisher Daisy #532B8D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.1%

 BLUE value IS 141 (55.47% from 255) = 52.81%

R = 31.09%
G = 16.1%
B = 52.81%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#532B8D (or 0x532B8D) is known color: Kingfisher Daisy. HEX triplet: 53, 2B and 8D. RGB value is (83,43,141). Sum of RGB (Red+Green+Blue) = 83+43+141=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #532B8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532B8D is #ACD472. Grayscale: #414141. Windows color (decimal): -11326579 or 9251667. OLE color: 9251667.

HSL color Cylindrical-coordinate representation of color #532B8D: hue angle of 264.49º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #532B8D is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 43 141 -
CMYK 0.41 0.70 0 0.45
HSL 264.49º 0.53% 0.36% -
HSV(B) 264.49º 0.7% 0.55% -
XYZ 9.24 5.49 25.77 -
YUV 66.13 170.25 140.03 -
System Red Green Blue C M Y K H S L
Decimal 83 43 141 0.41 0.70 0 0.45 264.49 0.53 0.36
Hex 53 2B 8D 29 46 0 2D 108 35 24
Octal 123 53 215 51 106 0 55 410 65 44
Binary 1010011 101011 10001101 101001 1000110 0 101101 100001000 110101 100100

Color Harmonies of #532B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532B8D

Black with #532B8D

Text Example


Text Example

White with #532B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532B8D; }

 p { color: rgb(83,43,141); }

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

background-color css

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

 a { background-color: rgb(83,43,141); }

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

border-color css

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

 span { border-color: rgb(83,43,141); }

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