#3B21F0

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

Shades of Han Purple #3B21F0

Tints of Han Purple #3B21F0

Color information

#3B21F0 (or 0x3B21F0) is unknown color: approx Han Purple. HEX triplet: 3B, 21 and F0. RGB value is (59,33,240). Sum of RGB (Red+Green+Blue) = 59+33+240=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 240 (94.14% from 255 or 72.29% from 332); Max value from RGB is 240 - color contains mainly: blue. Hex color #3B21F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B21F0 is #C4DE0F. Grayscale: #3F3F3F. Windows color (decimal): -12901904 or 15737147. OLE color: 15737147.

HSL color Cylindrical-coordinate representation of color #3B21F0: hue angle of 247.54º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B21F0 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5933240-
CMYK0.750.8600.06
HSL247.54º87.34%53.53%-
HSV(B)247.54º86.25%94.12%-
XYZ18.088.3183.09-
YUV64.37227.11124.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.77%
GREEN value IS 33 (13.28% from 255) = 9.94%
BLUE value IS 240 (94.14% from 255) = 72.29%
R=17.77%
G=9.94%
B=72.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal59332400.750.8600.06247.5487.3453.53
Hex3B21F04B5606f85736
Octal73413601131260637012766
Binary11101110000111110000100101110101100110111110001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B21F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,33,240); }

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

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

 a { background-color: rgb(59,33,240); }

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

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

 span { border-color: rgb(59,33,240); }

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