#532A9D

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

Shades of Daisy Bush #532A9D

Tints of Daisy Bush #532A9D

Color information

#532A9D (or 0x532A9D) is unknown color: approx Daisy Bush. HEX triplet: 53, 2A and 9D. RGB value is (83,42,157). Sum of RGB (Red+Green+Blue) = 83+42+157=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #532A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532A9D is #ACD562. Grayscale: #424242. Windows color (decimal): -11326819 or 10299987. OLE color: 10299987.

HSL color Cylindrical-coordinate representation of color #532A9D: hue angle of 261.39º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #532A9D is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8342157-
CMYK0.470.7300.38
HSL261.39º57.79%39.02%-
HSV(B)261.39º73.25%61.57%-
XYZ10.485.9332.49-
YUV67.37178.58139.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 42 (16.80% from 255) = 14.89%
BLUE value IS 157 (61.72% from 255) = 55.67%
R=29.43%
G=14.89%
B=55.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83421570.470.7300.38261.3957.7939.02
Hex532A9D2F490261053a27
Octal12352235571110464057247
Binary10100111010101001110110111110010010100110100000101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,42,157); }

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

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

 a { background-color: rgb(83,42,157); }

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

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

 span { border-color: rgb(83,42,157); }

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