#3F30E1

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

Shades of Han Purple #3F30E1

Tints of Han Purple #3F30E1

Color information

#3F30E1 (or 0x3F30E1) is unknown color: approx Han Purple. HEX triplet: 3F, 30 and E1. RGB value is (63,48,225). Sum of RGB (Red+Green+Blue) = 63+48+225=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 225 (88.28% from 255 or 66.96% from 336); Max value from RGB is 225 - color contains mainly: blue. Hex color #3F30E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F30E1 is #C0CF1E. Grayscale: #474747. Windows color (decimal): -12635935 or 14757951. OLE color: 14757951.

HSL color Cylindrical-coordinate representation of color #3F30E1: hue angle of 245.08º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F30E1 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6348225-
CMYK0.720.7900.12
HSL245.08º74.68%53.53%-
HSV(B)245.08º78.67%88.24%-
XYZ16.78.6172.02-
YUV72.66213.97121.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.75%
GREEN value IS 48 (19.14% from 255) = 14.29%
BLUE value IS 225 (88.28% from 255) = 66.96%
R=18.75%
G=14.29%
B=66.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal63482250.720.7900.12245.0874.6853.53
Hex3F30E1484F0Cf54b36
Octal776034111011701436511366
Binary111111110000111000011001000100111101100111101011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F30E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F30E1; }

 p { color: rgb(63,48,225); }

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

<style>
 a { background-color: #3F30E1; }

 a { background-color: rgb(63,48,225); }

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

<style>
 span { border-color: #3F30E1; }

 span { border-color: rgb(63,48,225); }

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