#3427F1

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

Shades of Han Purple #3427F1

Tints of Han Purple #3427F1

Color information

#3427F1 (or 0x3427F1) is unknown color: approx Han Purple. HEX triplet: 34, 27 and F1. RGB value is (52,39,241). Sum of RGB (Red+Green+Blue) = 52+39+241=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 241 (94.53% from 255 or 72.59% from 332); Max value from RGB is 241 - color contains mainly: blue. Hex color #3427F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3427F1 is #CBD80E. Grayscale: #414141. Windows color (decimal): -13359119 or 15804212. OLE color: 15804212.

HSL color Cylindrical-coordinate representation of color #3427F1: hue angle of 243.86º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3427F1 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5239241-
CMYK0.780.8400.05
HSL243.86º87.83%54.9%-
HSV(B)243.86º83.82%94.51%-
XYZ18.028.5383.92-
YUV65.91226.81118.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.66%
GREEN value IS 39 (15.62% from 255) = 11.75%
BLUE value IS 241 (94.53% from 255) = 72.59%
R=15.66%
G=11.75%
B=72.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52392410.780.8400.05243.8687.8354.9
Hex3427F14E5405f45837
Octal64473611161240536413067
Binary11010010011111110001100111010101000101111101001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3427F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,39,241); }

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

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

 a { background-color: rgb(52,39,241); }

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

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

 span { border-color: rgb(52,39,241); }

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