#3229F1

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

Shades of Han Purple #3229F1

Tints of Han Purple #3229F1

Color information

#3229F1 (or 0x3229F1) is unknown color: approx Han Purple. HEX triplet: 32, 29 and F1. RGB value is (50,41,241). Sum of RGB (Red+Green+Blue) = 50+41+241=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 41 (16.41% from 255 or 12.35% 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 #3229F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3229F1 is #CDD60E. Grayscale: #414141. Windows color (decimal): -13489679 or 15804722. OLE color: 15804722.

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

Color convert

RGB5041241-
CMYK0.790.8300.05
HSL242.7º87.72%55.29%-
HSV(B)242.7º82.99%94.51%-
XYZ17.998.6183.93-
YUV66.49226.48116.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.06%
GREEN value IS 41 (16.41% from 255) = 12.35%
BLUE value IS 241 (94.53% from 255) = 72.59%
R=15.06%
G=12.35%
B=72.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal50412410.790.8300.05242.787.7255.29
Hex3229F14F5305f35837
Octal62513611171230536313067
Binary11001010100111110001100111110100110101111100111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3229F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,41,241); }

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

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

 a { background-color: rgb(50,41,241); }

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

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

 span { border-color: rgb(50,41,241); }

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