Html Css Color HEX #521DA1 Daisy Bush

📋 copy color: '#521DA1'

red 82 ◦ green 29 ◦ blue 161

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

Shades of Daisy Bush #521DA1

Tints of Daisy Bush #521DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 59.19%

R = 30.15%
G = 10.66%
B = 59.19%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#521DA1 (or 0x521DA1) is known color: Daisy Bush. HEX triplet: 52, 1D and A1. RGB value is (82,29,161). Sum of RGB (Red+Green+Blue) = 82+29+161=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 161 (63.28% from 255 or 59.19% from 272); Max value from RGB is 161 - color contains mainly: blue. Hex color #521DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521DA1 is #ADE25E. Grayscale: #3B3B3B. Windows color (decimal): -11395679 or 10558802. OLE color: 10558802.

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

Color convert

RGB 82 29 161 -
CMYK 0.49 0.82 0 0.37
HSL 264.09º 0.69% 0.37% -
HSV(B) 264.09º 0.82% 0.63% -
XYZ 10.35 5.25 34.19 -
YUV 59.9 185.06 143.77 -
System Red Green Blue C M Y K H S L
Decimal 82 29 161 0.49 0.82 0 0.37 264.09 0.69 0.37
Hex 52 1D A1 31 52 0 25 108 45 25
Octal 122 35 241 61 122 0 45 410 105 45
Binary 1010010 11101 10100001 110001 1010010 0 100101 100001000 1000101 100101

Color Harmonies of #521DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521DA1

Black with #521DA1

Text Example


Text Example

White with #521DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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