Html Css Color HEX #532D9B Daisy Bush

📋 copy color: '#532D9B'

red 83 ◦ green 45 ◦ blue 155

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

Shades of Daisy Bush #532D9B

Tints of Daisy Bush #532D9B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.9%

 BLUE value IS 155 (60.94% from 255) = 54.77%

R = 29.33%
G = 15.9%
B = 54.77%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#532D9B (or 0x532D9B) is known color: Daisy Bush. HEX triplet: 53, 2D and 9B. RGB value is (83,45,155). Sum of RGB (Red+Green+Blue) = 83+45+155=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #532D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532D9B is #ACD264. Grayscale: #444444. Windows color (decimal): -11326053 or 10169683. OLE color: 10169683.

HSL color Cylindrical-coordinate representation of color #532D9B: hue angle of 260.73º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #532D9B is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 45 155 -
CMYK 0.46 0.71 0 0.39
HSL 260.73º 0.55% 0.39% -
HSV(B) 260.73º 0.71% 0.61% -
XYZ 10.42 6.08 31.64 -
YUV 68.9 176.59 138.06 -
System Red Green Blue C M Y K H S L
Decimal 83 45 155 0.46 0.71 0 0.39 260.73 0.55 0.39
Hex 53 2D 9B 2E 47 0 27 105 37 27
Octal 123 55 233 56 107 0 47 405 67 47
Binary 1010011 101101 10011011 101110 1000111 0 100111 100000101 110111 100111

Color Harmonies of #532D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532D9B

Black with #532D9B

Text Example


Text Example

White with #532D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,45,155); }

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

background-color css

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

 a { background-color: rgb(83,45,155); }

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

border-color css

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

 span { border-color: rgb(83,45,155); }

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