#3C15D1

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

Shades of Han Purple #3C15D1

Tints of Han Purple #3C15D1

Color information

#3C15D1 (or 0x3C15D1) is unknown color: approx Han Purple. HEX triplet: 3C, 15 and D1. RGB value is (60,21,209). Sum of RGB (Red+Green+Blue) = 60+21+209=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 209 (82.03% from 255 or 72.07% from 290); Max value from RGB is 209 - color contains mainly: blue. Hex color #3C15D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C15D1 is #C3EA2E. Grayscale: #353535. Windows color (decimal): -12839471 or 13702460. OLE color: 13702460.

HSL color Cylindrical-coordinate representation of color #3C15D1: hue angle of 252.45º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C15D1 is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6021209-
CMYK0.710.9000.18
HSL252.45º81.74%45.1%-
HSV(B)252.45º89.95%81.96%-
XYZ13.646.160.78-
YUV54.09215.42132.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.69%
GREEN value IS 21 (8.59% from 255) = 7.24%
BLUE value IS 209 (82.03% from 255) = 72.07%
R=20.69%
G=7.24%
B=72.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal60212090.710.9000.18252.4581.7445.1
Hex3C15D1475A012fc522d
Octal742532110713202237412255
Binary111100101011101000110001111011010010010111111001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C15D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,21,209); }

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

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

 a { background-color: rgb(60,21,209); }

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

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

 span { border-color: rgb(60,21,209); }

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