Html Css Color HEX #51318C Daisy Bush

📋 copy color: '#51318C'

red 81 ◦ green 49 ◦ blue 140

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

Shades of Daisy Bush #51318C

Tints of Daisy Bush #51318C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.15%

 BLUE value IS 140 (55.08% from 255) = 51.85%

R = 30%
G = 18.15%
B = 51.85%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51318C (or 0x51318C) is known color: Daisy Bush. HEX triplet: 51, 31 and 8C. RGB value is (81,49,140). Sum of RGB (Red+Green+Blue) = 81+49+140=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #51318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51318C is #AECE73. Grayscale: #444444. Windows color (decimal): -11456116 or 9187665. OLE color: 9187665.

HSL color Cylindrical-coordinate representation of color #51318C: hue angle of 261.1º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51318C is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 49 140 -
CMYK 0.42 0.65 0 0.45
HSL 261.1º 0.48% 0.37% -
HSV(B) 261.1º 0.65% 0.55% -
XYZ 9.23 5.84 25.45 -
YUV 68.94 168.1 136.6 -
System Red Green Blue C M Y K H S L
Decimal 81 49 140 0.42 0.65 0 0.45 261.1 0.48 0.37
Hex 51 31 8C 2A 41 0 2D 105 30 25
Octal 121 61 214 52 101 0 55 405 60 45
Binary 1010001 110001 10001100 101010 1000001 0 101101 100000101 110000 100101

Color Harmonies of #51318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51318C

Black with #51318C

Text Example


Text Example

White with #51318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51318C; }

 p { color: rgb(81,49,140); }

 H1.HeaderClassName
 {
   color: #51318C;
 }
 .AnyTagClassName
 {
   color: #51318C;
 }
</style>

background-color css

<style>
 a { background-color: #51318C; }

 a { background-color: rgb(81,49,140); }

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

border-color css

<style>
 span { border-color: #51318C; }

 span { border-color: rgb(81,49,140); }

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