#3B21D1

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

Shades of Han Purple #3B21D1

Tints of Han Purple #3B21D1

Color information

#3B21D1 (or 0x3B21D1) is unknown color: approx Han Purple. HEX triplet: 3B, 21 and D1. RGB value is (59,33,209). Sum of RGB (Red+Green+Blue) = 59+33+209=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 209 (82.03% from 255 or 69.44% from 301); Max value from RGB is 209 - color contains mainly: blue. Hex color #3B21D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B21D1 is #C4DE2E. Grayscale: #3C3C3C. Windows color (decimal): -12901935 or 13705531. OLE color: 13705531.

HSL color Cylindrical-coordinate representation of color #3B21D1: hue angle of 248.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B21D1 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5933209-
CMYK0.720.8400.18
HSL248.86º72.73%47.45%-
HSV(B)248.86º84.21%81.96%-
XYZ13.866.6260.87-
YUV60.84211.61126.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.60%
GREEN value IS 33 (13.28% from 255) = 10.96%
BLUE value IS 209 (82.03% from 255) = 69.44%
R=19.60%
G=10.96%
B=69.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal59332090.720.8400.18248.8672.7347.45
Hex3B21D14854012f9492f
Octal734132111012402237111157
Binary1110111000011101000110010001010100010010111110011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B21D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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