#4127FE

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

Shades of Han Purple #4127FE

Tints of Han Purple #4127FE

Color information

#4127FE (or 0x4127FE) is unknown color: approx Han Purple. HEX triplet: 41, 27 and FE. RGB value is (65,39,254). Sum of RGB (Red+Green+Blue) = 65+39+254=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #4127FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4127FE is #BED801. Grayscale: #464646. Windows color (decimal): -12507138 or 16656193. OLE color: 16656193.

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

Color convert

RGB6539254-
CMYK0.740.8500.00
HSL247.26º99.08%57.45%-
HSV(B)247.26º84.65%99.61%-
XYZ20.799.7394.55-
YUV71.28231.11123.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.16%
GREEN value IS 39 (15.62% from 255) = 10.89%
BLUE value IS 254 (99.61% from 255) = 70.95%
R=18.16%
G=10.89%
B=70.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal65392540.740.8500.00247.2699.0857.45
Hex4127FE4A5500f76339
Octal101473761121250036714371
Binary1000001100111111111101001010101010100111101111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4127FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4127FE; }

 p { color: rgb(65,39,254); }

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

<style>
 a { background-color: #4127FE; }

 a { background-color: rgb(65,39,254); }

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

<style>
 span { border-color: #4127FE; }

 span { border-color: rgb(65,39,254); }

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