#532281

Color #532281 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #532281

Tints of Kingfisher Daisy #532281

Color information

#532281 (or 0x532281) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 22 and 81. RGB value is (83,34,129). Sum of RGB (Red+Green+Blue) = 83+34+129=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #532281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532281 is #ACDD7E. Grayscale: #3B3B3B. Windows color (decimal): -11328895 or 8462931. OLE color: 8462931.

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

Color convert

RGB8334129-
CMYK0.360.7400.49
HSL270.95º58.28%31.96%-
HSV(B)270.95º73.64%50.59%-
XYZ8.14.5721.22-
YUV59.48167.23144.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.74%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 129 (50.78% from 255) = 52.44%
R=33.74%
G=13.82%
B=52.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83341290.360.7400.49270.9558.2831.96
Hex532281244A03110f3a20
Octal12342201441120614177240
Binary10100111000101000000110010010010100110001100001111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532281; }

 p { color: rgb(83,34,129); }

 H1.HeaderClassName
 {
   color: #532281;
 }
 .AnyTagClassName
 {
   color: #532281;
 }
</style>
background-color css

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

 a { background-color: rgb(83,34,129); }

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

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

 span { border-color: rgb(83,34,129); }

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