#3C0CE1

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

Shades of Han Purple #3C0CE1

Tints of Han Purple #3C0CE1

Color information

#3C0CE1 (or 0x3C0CE1) is unknown color: approx Han Purple. HEX triplet: 3C, 0C and E1. RGB value is (60,12,225). Sum of RGB (Red+Green+Blue) = 60+12+225=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 225 (88.28% from 255 or 75.76% from 297); Max value from RGB is 225 - color contains mainly: blue. Hex color #3C0CE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0CE1 is #C3F31E. Grayscale: #313131. Windows color (decimal): -12841759 or 14748732. OLE color: 14748732.

HSL color Cylindrical-coordinate representation of color #3C0CE1: hue angle of 253.52º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0CE1 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6012225-
CMYK0.730.9500.12
HSL253.52º89.87%46.47%-
HSV(B)253.52º94.67%88.24%-
XYZ15.596.6671.7-
YUV50.63226.4134.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.20%
GREEN value IS 12 (5.08% from 255) = 4.04%
BLUE value IS 225 (88.28% from 255) = 75.76%
R=20.20%
G=4.04%
B=75.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal60122250.730.9500.12253.5289.8746.47
Hex3CCE1495F0Cfe5a2e
Octal741434111113701437613256
Binary1111001100111000011001001101111101100111111101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,12,225); }

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

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

 a { background-color: rgb(60,12,225); }

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

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

 span { border-color: rgb(60,12,225); }

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