Html Css Color HEX #521E9F Daisy Bush

📋 copy color: '#521E9F'

red 82 ◦ green 30 ◦ blue 159

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

Shades of Daisy Bush #521E9F

Tints of Daisy Bush #521E9F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.07%

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

R = 30.26%
G = 11.07%
B = 58.67%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#521E9F (or 0x521E9F) is known color: Daisy Bush. HEX triplet: 52, 1E and 9F. RGB value is (82,30,159). Sum of RGB (Red+Green+Blue) = 82+30+159=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #521E9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521E9F is #ADE160. Grayscale: #3B3B3B. Windows color (decimal): -11395425 or 10427986. OLE color: 10427986.

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

Color convert

RGB 82 30 159 -
CMYK 0.48 0.81 0 0.38
HSL 264.19º 0.68% 0.37% -
HSV(B) 264.19º 0.81% 0.62% -
XYZ 10.2 5.23 33.27 -
YUV 60.25 183.73 143.51 -
System Red Green Blue C M Y K H S L
Decimal 82 30 159 0.48 0.81 0 0.38 264.19 0.68 0.37
Hex 52 1E 9F 30 51 0 26 108 44 25
Octal 122 36 237 60 121 0 46 410 104 45
Binary 1010010 11110 10011111 110000 1010001 0 100110 100001000 1000100 100101

Color Harmonies of #521E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521E9F

Black with #521E9F

Text Example


Text Example

White with #521E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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