Html Css Color HEX #512CA1 Daisy Bush

📋 copy color: '#512CA1'

red 81 ◦ green 44 ◦ blue 161

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

Shades of Daisy Bush #512CA1

Tints of Daisy Bush #512CA1

RGB

 RED value IS 81 (32.03% from 255) = 28.32%

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

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

R = 28.32%
G = 15.38%
B = 56.29%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#512CA1 (or 0x512CA1) is known color: Daisy Bush. HEX triplet: 51, 2C and A1. RGB value is (81,44,161). Sum of RGB (Red+Green+Blue) = 81+44+161=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 161 (63.28% from 255 or 56.29% from 286); Max value from RGB is 161 - color contains mainly: blue. Hex color #512CA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512CA1 is #AED35E. Grayscale: #434343. Windows color (decimal): -11457375 or 10562641. OLE color: 10562641.

HSL color Cylindrical-coordinate representation of color #512CA1: hue angle of 258.97º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #512CA1 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 81 44 161 -
CMYK 0.50 0.73 0 0.37
HSL 258.97º 0.57% 0.4% -
HSV(B) 258.97º 0.73% 0.63% -
XYZ 10.73 6.12 34.33 -
YUV 68.4 180.26 136.99 -
System Red Green Blue C M Y K H S L
Decimal 81 44 161 0.50 0.73 0 0.37 258.97 0.57 0.4
Hex 51 2C A1 32 49 0 25 103 39 28
Octal 121 54 241 62 111 0 45 403 71 50
Binary 1010001 101100 10100001 110010 1001001 0 100101 100000011 111001 101000

Color Harmonies of #512CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CA1

Black with #512CA1

Text Example


Text Example

White with #512CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512CA1; }

 p { color: rgb(81,44,161); }

 H1.HeaderClassName
 {
   color: #512CA1;
 }
 .AnyTagClassName
 {
   color: #512CA1;
 }
</style>

background-color css

<style>
 a { background-color: #512CA1; }

 a { background-color: rgb(81,44,161); }

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

border-color css

<style>
 span { border-color: #512CA1; }

 span { border-color: rgb(81,44,161); }

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