#3C02CE

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

Shades of Han Purple #3C02CE

Tints of Han Purple #3C02CE

Color information

#3C02CE (or 0x3C02CE) is unknown color: approx Han Purple. HEX triplet: 3C, 02 and CE. RGB value is (60,2,206). Sum of RGB (Red+Green+Blue) = 60+2+206=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C02CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C02CE is #C3FD31. Grayscale: #292929. Windows color (decimal): -12844338 or 13500988. OLE color: 13500988.

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

Color convert

RGB602206-
CMYK0.710.9900.19
HSL257.06º98.08%40.78%-
HSV(B)257.06º99.03%80.78%-
XYZ13.035.4658.76-
YUV42.6220.22140.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.39%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 206 (80.86% from 255) = 76.87%
R=22.39%
G=0.75%
B=76.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal6022060.710.9900.19257.0698.0840.78
Hex3C2CE47630131016229
Octal74231610714302340114251
Binary1111001011001110100011111000110100111000000011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C02CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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