Html Css Color HEX #521D9F Daisy Bush

📋 copy color: '#521D9F'

red 82 ◦ green 29 ◦ blue 159

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

Shades of Daisy Bush #521D9F

Tints of Daisy Bush #521D9F

RGB

 RED value IS 82 (32.42% from 255) = 30.37%

 GREEN value IS 29 (11.72% from 255) = 10.74%

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 30.37%
G = 10.74%
B = 58.89%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#521D9F (or 0x521D9F) is known color: Daisy Bush. HEX triplet: 52, 1D and 9F. RGB value is (82,29,159). Sum of RGB (Red+Green+Blue) = 82+29+159=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #521D9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521D9F is #ADE260. Grayscale: #3B3B3B. Windows color (decimal): -11395681 or 10427730. OLE color: 10427730.

HSL color Cylindrical-coordinate representation of color #521D9F: hue angle of 264.46º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #521D9F is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 29 159 -
CMYK 0.48 0.82 0 0.38
HSL 264.46º 0.69% 0.37% -
HSV(B) 264.46º 0.82% 0.62% -
XYZ 10.18 5.18 33.26 -
YUV 59.67 184.06 143.93 -
System Red Green Blue C M Y K H S L
Decimal 82 29 159 0.48 0.82 0 0.38 264.46 0.69 0.37
Hex 52 1D 9F 30 52 0 26 108 45 25
Octal 122 35 237 60 122 0 46 410 105 45
Binary 1010010 11101 10011111 110000 1010010 0 100110 100001000 1000101 100101

Color Harmonies of #521D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D9F

Black with #521D9F

Text Example


Text Example

White with #521D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521D9F; }

 p { color: rgb(82,29,159); }

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

background-color css

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

 a { background-color: rgb(82,29,159); }

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

border-color css

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

 span { border-color: rgb(82,29,159); }

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