Html Css Color HEX #521FA2 Daisy Bush

📋 copy color: '#521FA2'

red 82 ◦ green 31 ◦ blue 162

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

Shades of Daisy Bush #521FA2

Tints of Daisy Bush #521FA2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.27%

 BLUE value IS 162 (63.67% from 255) = 58.91%

R = 29.82%
G = 11.27%
B = 58.91%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#521FA2 (or 0x521FA2) is known color: Daisy Bush. HEX triplet: 52, 1F and A2. RGB value is (82,31,162). Sum of RGB (Red+Green+Blue) = 82+31+162=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 162 (63.67% from 255 or 58.91% from 275); Max value from RGB is 162 - color contains mainly: blue. Hex color #521FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521FA2 is #ADE05D. Grayscale: #3C3C3C. Windows color (decimal): -11395166 or 10624850. OLE color: 10624850.

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

Color convert

RGB 82 31 162 -
CMYK 0.49 0.81 0 0.36
HSL 263.36º 0.68% 0.38% -
HSV(B) 263.36º 0.81% 0.64% -
XYZ 10.49 5.38 34.67 -
YUV 61.18 184.9 142.85 -
System Red Green Blue C M Y K H S L
Decimal 82 31 162 0.49 0.81 0 0.36 263.36 0.68 0.38
Hex 52 1F A2 31 51 0 24 107 44 26
Octal 122 37 242 61 121 0 44 407 104 46
Binary 1010010 11111 10100010 110001 1010001 0 100100 100000111 1000100 100110

Color Harmonies of #521FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521FA2

Black with #521FA2

Text Example


Text Example

White with #521FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,31,162); }

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

background-color css

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

 a { background-color: rgb(82,31,162); }

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

border-color css

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

 span { border-color: rgb(82,31,162); }

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