Html Css Color HEX #532197 Kingfisher Daisy

📋 copy color: '#532197'

red 83 ◦ green 33 ◦ blue 151

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

Shades of Kingfisher Daisy #532197

Tints of Kingfisher Daisy #532197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.55%

R = 31.09%
G = 12.36%
B = 56.55%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#532197 (or 0x532197) is known color: Kingfisher Daisy. HEX triplet: 53, 21 and 97. RGB value is (83,33,151). Sum of RGB (Red+Green+Blue) = 83+33+151=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 151 (59.38% from 255 or 56.55% from 267); Max value from RGB is 151 - color contains mainly: blue. Hex color #532197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532197 is #ACDE68. Grayscale: #3C3C3C. Windows color (decimal): -11329129 or 9904467. OLE color: 9904467.

HSL color Cylindrical-coordinate representation of color #532197: hue angle of 265.42º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #532197 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 33 151 -
CMYK 0.45 0.78 0 0.41
HSL 265.42º 0.64% 0.36% -
HSV(B) 265.42º 0.78% 0.59% -
XYZ 9.7 5.16 29.76 -
YUV 61.4 178.57 143.41 -
System Red Green Blue C M Y K H S L
Decimal 83 33 151 0.45 0.78 0 0.41 265.42 0.64 0.36
Hex 53 21 97 2D 4E 0 29 109 40 24
Octal 123 41 227 55 116 0 51 411 100 44
Binary 1010011 100001 10010111 101101 1001110 0 101001 100001001 1000000 100100

Color Harmonies of #532197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532197

Black with #532197

Text Example


Text Example

White with #532197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532197; }

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

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

background-color css

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

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

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

border-color css

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

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

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