#4D25DF

Color #4D25DF Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4D25DF

Tints of Han Purple #4D25DF

Color information

#4D25DF (or 0x4D25DF) is unknown color: approx Han Purple. HEX triplet: 4D, 25 and DF. RGB value is (77,37,223). Sum of RGB (Red+Green+Blue) = 77+37+223=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D25DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D25DF is #B2DA20. Grayscale: #454545. Windows color (decimal): -11721249 or 14624077. OLE color: 14624077.

HSL color Cylindrical-coordinate representation of color #4D25DF: hue angle of 252.9º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D25DF is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7737223-
CMYK0.650.8300.13
HSL252.9º74.4%50.98%-
HSV(B)252.9º83.41%87.45%-
XYZ17.048.2370.5-
YUV70.16214.25132.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.85%
GREEN value IS 37 (14.84% from 255) = 10.98%
BLUE value IS 223 (87.5% from 255) = 66.17%
R=22.85%
G=10.98%
B=66.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal77372230.650.8300.13252.974.450.98
Hex4D25DF41530Dfd4a33
Octal1154533710112301537511263
Binary1001101100101110111111000001101001101101111111011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D25DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,37,223); }

 H1.HeaderClassName
 {
   color: #4D25DF;
 }
 .AnyTagClassName
 {
   color: #4D25DF;
 }
</style>
background-color css

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

 a { background-color: rgb(77,37,223); }

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

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

 span { border-color: rgb(77,37,223); }

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