#3C15CE

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

Shades of Han Purple #3C15CE

Tints of Han Purple #3C15CE

Color information

#3C15CE (or 0x3C15CE) is unknown color: approx Han Purple. HEX triplet: 3C, 15 and CE. RGB value is (60,21,206). Sum of RGB (Red+Green+Blue) = 60+21+206=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C15CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C15CE is #C3EA31. Grayscale: #353535. Windows color (decimal): -12839474 or 13505852. OLE color: 13505852.

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

Color convert

RGB6021206-
CMYK0.710.9000.19
HSL252.65º81.5%44.51%-
HSV(B)252.65º89.81%80.78%-
XYZ13.275.9558.84-
YUV53.75213.92132.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.91%
GREEN value IS 21 (8.59% from 255) = 7.32%
BLUE value IS 206 (80.86% from 255) = 71.78%
R=20.91%
G=7.32%
B=71.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal60212060.710.9000.19252.6581.544.51
Hex3C15CE475A013fd512d
Octal742531610713202337512155
Binary111100101011100111010001111011010010011111111011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C15CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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