#3B15DD

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

Shades of Han Purple #3B15DD

Tints of Han Purple #3B15DD

Color information

#3B15DD (or 0x3B15DD) is unknown color: approx Han Purple. HEX triplet: 3B, 15 and DD. RGB value is (59,21,221). Sum of RGB (Red+Green+Blue) = 59+21+221=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #3B15DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B15DD is #C4EA22. Grayscale: #363636. Windows color (decimal): -12904995 or 14488891. OLE color: 14488891.

HSL color Cylindrical-coordinate representation of color #3B15DD: hue angle of 251.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B15DD is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5921221-
CMYK0.730.9000.13
HSL251.4º82.64%47.45%-
HSV(B)251.4º90.5%86.67%-
XYZ15.126.6968.9-
YUV55.16221.59130.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.60%
GREEN value IS 21 (8.59% from 255) = 6.98%
BLUE value IS 221 (86.72% from 255) = 73.42%
R=19.60%
G=6.98%
B=73.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal59212210.730.9000.13251.482.6447.45
Hex3B15DD495A0Dfb532f
Octal732533511113201537312357
Binary11101110101110111011001001101101001101111110111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B15DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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