#4124F3

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

Shades of Han Purple #4124F3

Tints of Han Purple #4124F3

Color information

#4124F3 (or 0x4124F3) is unknown color: approx Han Purple. HEX triplet: 41, 24 and F3. RGB value is (65,36,243). Sum of RGB (Red+Green+Blue) = 65+36+243=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 243 (95.31% from 255 or 70.64% from 344); Max value from RGB is 243 - color contains mainly: blue. Hex color #4124F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4124F3 is #BEDB0C. Grayscale: #434343. Windows color (decimal): -12507917 or 15934529. OLE color: 15934529.

HSL color Cylindrical-coordinate representation of color #4124F3: hue angle of 248.41º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4124F3 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6536243-
CMYK0.730.8500.05
HSL248.41º89.61%54.71%-
HSV(B)248.41º85.19%95.29%-
XYZ18.998.8685.5-
YUV68.27226.61125.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 36 (14.45% from 255) = 10.47%
BLUE value IS 243 (95.31% from 255) = 70.64%
R=18.90%
G=10.47%
B=70.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal65362430.730.8500.05248.4189.6154.71
Hex4124F3495505f85a37
Octal101443631111250537013267
Binary100000110010011110011100100110101010101111110001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4124F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4124F3; }

 p { color: rgb(65,36,243); }

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

<style>
 a { background-color: #4124F3; }

 a { background-color: rgb(65,36,243); }

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

<style>
 span { border-color: #4124F3; }

 span { border-color: rgb(65,36,243); }

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