Html Css Color HEX #532191 Kingfisher Daisy

📋 copy color: '#532191'

red 83 ◦ green 33 ◦ blue 145

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

Shades of Kingfisher Daisy #532191

Tints of Kingfisher Daisy #532191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.64%

 BLUE value IS 145 (57.03% from 255) = 55.56%

R = 31.8%
G = 12.64%
B = 55.56%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#532191 (or 0x532191) is known color: Kingfisher Daisy. HEX triplet: 53, 21 and 91. RGB value is (83,33,145). Sum of RGB (Red+Green+Blue) = 83+33+145=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #532191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532191 is #ACDE6E. Grayscale: #3C3C3C. Windows color (decimal): -11329135 or 9511251. OLE color: 9511251.

HSL color Cylindrical-coordinate representation of color #532191: hue angle of 266.79º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #532191 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 33 145 -
CMYK 0.43 0.77 0 0.43
HSL 266.79º 0.63% 0.35% -
HSV(B) 266.79º 0.77% 0.57% -
XYZ 9.22 4.97 27.26 -
YUV 60.72 175.57 143.89 -
System Red Green Blue C M Y K H S L
Decimal 83 33 145 0.43 0.77 0 0.43 266.79 0.63 0.35
Hex 53 21 91 2B 4D 0 2B 10B 3F 23
Octal 123 41 221 53 115 0 53 413 77 43
Binary 1010011 100001 10010001 101011 1001101 0 101011 100001011 111111 100011

Color Harmonies of #532191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532191

Black with #532191

Text Example


Text Example

White with #532191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532191; }

 p { color: rgb(83,33,145); }

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

background-color css

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

 a { background-color: rgb(83,33,145); }

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

border-color css

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

 span { border-color: rgb(83,33,145); }

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