#4122FC

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

Shades of Han Purple #4122FC

Tints of Han Purple #4122FC

Color information

#4122FC (or 0x4122FC) is unknown color: approx Han Purple. HEX triplet: 41, 22 and FC. RGB value is (65,34,252). Sum of RGB (Red+Green+Blue) = 65+34+252=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #4122FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4122FC is #BEDD03. Grayscale: #434343. Windows color (decimal): -12508420 or 16523841. OLE color: 16523841.

HSL color Cylindrical-coordinate representation of color #4122FC: hue angle of 248.53º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4122FC is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB6534252-
CMYK0.740.8700.01
HSL248.53º97.32%56.08%-
HSV(B)248.53º86.51%98.82%-
XYZ20.329.392.82-
YUV68.12231.77125.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.52%
GREEN value IS 34 (13.67% from 255) = 9.69%
BLUE value IS 252 (98.83% from 255) = 71.79%
R=18.52%
G=9.69%
B=71.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal65342520.740.8700.01248.5397.3256.08
Hex4122FC4A5701f96138
Octal101423741121270137114170
Binary1000001100010111111001001010101011101111110011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4122FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4122FC; }

 p { color: rgb(65,34,252); }

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

<style>
 a { background-color: #4122FC; }

 a { background-color: rgb(65,34,252); }

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

<style>
 span { border-color: #4122FC; }

 span { border-color: rgb(65,34,252); }

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