Html Css Color HEX #51348C Daisy Bush

📋 copy color: '#51348C'

red 81 ◦ green 52 ◦ blue 140

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

Shades of Daisy Bush #51348C

Tints of Daisy Bush #51348C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

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

R = 29.67%
G = 19.05%
B = 51.28%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51348C (or 0x51348C) is known color: Daisy Bush. HEX triplet: 51, 34 and 8C. RGB value is (81,52,140). Sum of RGB (Red+Green+Blue) = 81+52+140=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #51348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51348C is #AECB73. Grayscale: #464646. Windows color (decimal): -11455348 or 9188433. OLE color: 9188433.

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

Color convert

RGB 81 52 140 -
CMYK 0.42 0.63 0 0.45
HSL 259.77º 0.46% 0.38% -
HSV(B) 259.77º 0.63% 0.55% -
XYZ 9.35 6.1 25.5 -
YUV 70.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 81 52 140 0.42 0.63 0 0.45 259.77 0.46 0.38
Hex 51 34 8C 2A 3F 0 2D 104 2E 26
Octal 121 64 214 52 77 0 55 404 56 46
Binary 1010001 110100 10001100 101010 111111 0 101101 100000100 101110 100110

Color Harmonies of #51348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51348C

Black with #51348C

Text Example


Text Example

White with #51348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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