#4204F1

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

Shades of Han Purple #4204F1

Tints of Han Purple #4204F1

Color information

#4204F1 (or 0x4204F1) is unknown color: approx Han Purple. HEX triplet: 42, 04 and F1. RGB value is (66,4,241). Sum of RGB (Red+Green+Blue) = 66+4+241=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 241 (94.53% from 255 or 77.49% from 311); Max value from RGB is 241 - color contains mainly: blue. Hex color #4204F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4204F1 is #BDFB0E. Grayscale: #303030. Windows color (decimal): -12450575 or 15795266. OLE color: 15795266.

HSL color Cylindrical-coordinate representation of color #4204F1: hue angle of 255.7º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4204F1 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB664241-
CMYK0.730.9800.05
HSL255.7º96.73%48.04%-
HSV(B)255.7º98.34%94.51%-
XYZ18.177.683.73-
YUV49.56236.04139.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 241 (94.53% from 255) = 77.49%
R=21.22%
G=1.29%
B=77.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal6642410.730.9800.05255.796.7348.04
Hex424F14962051006130
Octal10243611111420540014160
Binary1000010100111100011001001110001001011000000001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4204F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4204F1; }

 p { color: rgb(66,4,241); }

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

<style>
 a { background-color: #4204F1; }

 a { background-color: rgb(66,4,241); }

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

<style>
 span { border-color: #4204F1; }

 span { border-color: rgb(66,4,241); }

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