#4025FF

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

Shades of Han Purple #4025FF

Tints of Han Purple #4025FF

Color information

#4025FF (or 0x4025FF) is unknown color: approx Han Purple. HEX triplet: 40, 25 and FF. RGB value is (64,37,255). Sum of RGB (Red+Green+Blue) = 64+37+255=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #4025FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4025FF is #BFDA00. Grayscale: #454545. Windows color (decimal): -12573185 or 16721216. OLE color: 16721216.

HSL color Cylindrical-coordinate representation of color #4025FF: hue angle of 247.43º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4025FF is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6437255-
CMYK0.750.8500
HSL247.43º100%57.25%-
HSV(B)247.43º85.49%100%-
XYZ20.839.6395.37-
YUV69.92232.45123.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.98%
GREEN value IS 37 (14.84% from 255) = 10.39%
BLUE value IS 255 (100% from 255) = 71.63%
R=17.98%
G=10.39%
B=71.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal64372550.750.8500247.4310057.25
Hex4025FF4B5500f76439
Octal100453771131250036714471
Binary1000000100101111111111001011101010100111101111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4025FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4025FF; }

 p { color: rgb(64,37,255); }

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

<style>
 a { background-color: #4025FF; }

 a { background-color: rgb(64,37,255); }

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

<style>
 span { border-color: #4025FF; }

 span { border-color: rgb(64,37,255); }

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