#3B21E8

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

Shades of Han Purple #3B21E8

Tints of Han Purple #3B21E8

Color information

#3B21E8 (or 0x3B21E8) is unknown color: approx Han Purple. HEX triplet: 3B, 21 and E8. RGB value is (59,33,232). Sum of RGB (Red+Green+Blue) = 59+33+232=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 232 (91.02% from 255 or 71.60% from 324); Max value from RGB is 232 - color contains mainly: blue. Hex color #3B21E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B21E8 is #C4DE17. Grayscale: #3E3E3E. Windows color (decimal): -12901912 or 15212859. OLE color: 15212859.

HSL color Cylindrical-coordinate representation of color #3B21E8: hue angle of 247.84º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B21E8 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5933232-
CMYK0.750.8600.09
HSL247.84º81.22%51.96%-
HSV(B)247.84º85.78%90.98%-
XYZ16.917.8476.97-
YUV63.46223.11124.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.21%
GREEN value IS 33 (13.28% from 255) = 10.19%
BLUE value IS 232 (91.02% from 255) = 71.60%
R=18.21%
G=10.19%
B=71.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal59332320.750.8600.09247.8481.2251.96
Hex3B21E84B5609f85134
Octal734135011312601137012164
Binary111011100001111010001001011101011001001111110001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B21E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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