Html Css Color HEX #4F25A0 Daisy Bush

📋 copy color: '#4F25A0'

red 79 ◦ green 37 ◦ blue 160

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

Shades of Daisy Bush #4F25A0

Tints of Daisy Bush #4F25A0

RGB

 RED value IS 79 (31.25% from 255) = 28.62%

 GREEN value IS 37 (14.84% from 255) = 13.41%

 BLUE value IS 160 (62.89% from 255) = 57.97%

R = 28.62%
G = 13.41%
B = 57.97%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4F25A0 (or 0x4F25A0) is known color: Daisy Bush. HEX triplet: 4F, 25 and A0. RGB value is (79,37,160). Sum of RGB (Red+Green+Blue) = 79+37+160=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 160 (62.89% from 255 or 57.97% from 276); Max value from RGB is 160 - color contains mainly: blue. Hex color #4F25A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F25A0 is #B0DA5F. Grayscale: #3F3F3F. Windows color (decimal): -11590240 or 10495311. OLE color: 10495311.

HSL color Cylindrical-coordinate representation of color #4F25A0: hue angle of 260.49º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F25A0 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 79 37 160 -
CMYK 0.51 0.77 0 0.37
HSL 260.49º 0.62% 0.39% -
HSV(B) 260.49º 0.77% 0.63% -
XYZ 10.23 5.52 33.78 -
YUV 63.58 182.41 139 -
System Red Green Blue C M Y K H S L
Decimal 79 37 160 0.51 0.77 0 0.37 260.49 0.62 0.39
Hex 4F 25 A0 33 4D 0 25 104 3E 27
Octal 117 45 240 63 115 0 45 404 76 47
Binary 1001111 100101 10100000 110011 1001101 0 100101 100000100 111110 100111

Color Harmonies of #4F25A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F25A0

Black with #4F25A0

Text Example


Text Example

White with #4F25A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F25A0; }

 p { color: rgb(79,37,160); }

 H1.HeaderClassName
 {
   color: #4F25A0;
 }
 .AnyTagClassName
 {
   color: #4F25A0;
 }
</style>

background-color css

<style>
 a { background-color: #4F25A0; }

 a { background-color: rgb(79,37,160); }

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

border-color css

<style>
 span { border-color: #4F25A0; }

 span { border-color: rgb(79,37,160); }

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