#3B21DD

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

Shades of Han Purple #3B21DD

Tints of Han Purple #3B21DD

Color information

#3B21DD (or 0x3B21DD) is unknown color: approx Han Purple. HEX triplet: 3B, 21 and DD. RGB value is (59,33,221). Sum of RGB (Red+Green+Blue) = 59+33+221=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #3B21DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B21DD is #C4DE22. Grayscale: #3D3D3D. Windows color (decimal): -12901923 or 14491963. OLE color: 14491963.

HSL color Cylindrical-coordinate representation of color #3B21DD: hue angle of 248.3º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B21DD is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5933221-
CMYK0.730.8500.13
HSL248.3º74.02%49.8%-
HSV(B)248.3º85.07%86.67%-
XYZ15.47.2468.99-
YUV62.21217.61125.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.85%
GREEN value IS 33 (13.28% from 255) = 10.54%
BLUE value IS 221 (86.72% from 255) = 70.61%
R=18.85%
G=10.54%
B=70.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal59332210.730.8500.13248.374.0249.8
Hex3B21DD49550Df84a32
Octal734133511112501537011262
Binary111011100001110111011001001101010101101111110001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B21DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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