Html Css Color HEX #502CA2 Daisy Bush

📋 copy color: '#502CA2'

red 80 ◦ green 44 ◦ blue 162

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

Shades of Daisy Bush #502CA2

Tints of Daisy Bush #502CA2

RGB

 RED value IS 80 (31.64% from 255) = 27.97%

 GREEN value IS 44 (17.58% from 255) = 15.38%

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

R = 27.97%
G = 15.38%
B = 56.64%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#502CA2 (or 0x502CA2) is known color: Daisy Bush. HEX triplet: 50, 2C and A2. RGB value is (80,44,162). Sum of RGB (Red+Green+Blue) = 80+44+162=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 162 (63.67% from 255 or 56.64% from 286); Max value from RGB is 162 - color contains mainly: blue. Hex color #502CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502CA2 is #AFD35D. Grayscale: #434343. Windows color (decimal): -11522910 or 10628176. OLE color: 10628176.

HSL color Cylindrical-coordinate representation of color #502CA2: hue angle of 258.31º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502CA2 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 44 162 -
CMYK 0.51 0.73 0 0.36
HSL 258.31º 0.57% 0.4% -
HSV(B) 258.31º 0.73% 0.64% -
XYZ 10.73 6.12 34.8 -
YUV 68.22 180.93 136.41 -
System Red Green Blue C M Y K H S L
Decimal 80 44 162 0.51 0.73 0 0.36 258.31 0.57 0.4
Hex 50 2C A2 33 49 0 24 102 39 28
Octal 120 54 242 63 111 0 44 402 71 50
Binary 1010000 101100 10100010 110011 1001001 0 100100 100000010 111001 101000

Color Harmonies of #502CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502CA2

Black with #502CA2

Text Example


Text Example

White with #502CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502CA2; }

 p { color: rgb(80,44,162); }

 H1.HeaderClassName
 {
   color: #502CA2;
 }
 .AnyTagClassName
 {
   color: #502CA2;
 }
</style>

background-color css

<style>
 a { background-color: #502CA2; }

 a { background-color: rgb(80,44,162); }

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

border-color css

<style>
 span { border-color: #502CA2; }

 span { border-color: rgb(80,44,162); }

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