#3C11DD

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

Shades of Han Purple #3C11DD

Tints of Han Purple #3C11DD

Color information

#3C11DD (or 0x3C11DD) is unknown color: approx Han Purple. HEX triplet: 3C, 11 and DD. RGB value is (60,17,221). Sum of RGB (Red+Green+Blue) = 60+17+221=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C11DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C11DD is #C3EE22. Grayscale: #343434. Windows color (decimal): -12840483 or 14487868. OLE color: 14487868.

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

Color convert

RGB6017221-
CMYK0.730.9200.13
HSL252.65º85.71%46.67%-
HSV(B)252.65º92.31%86.67%-
XYZ15.126.5868.88-
YUV53.11222.75132.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.13%
GREEN value IS 17 (7.03% from 255) = 5.70%
BLUE value IS 221 (86.72% from 255) = 74.16%
R=20.13%
G=5.70%
B=74.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal60172210.730.9200.13252.6585.7146.67
Hex3C11DD495C0Dfd562f
Octal742133511113401537512657
Binary11110010001110111011001001101110001101111111011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C11DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,17,221); }

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

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

 a { background-color: rgb(60,17,221); }

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

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

 span { border-color: rgb(60,17,221); }

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