#3C02C7

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

Shades of Han Purple #3C02C7

Tints of Han Purple #3C02C7

Color information

#3C02C7 (or 0x3C02C7) is unknown color: approx Han Purple. HEX triplet: 3C, 02 and C7. RGB value is (60,2,199). Sum of RGB (Red+Green+Blue) = 60+2+199=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 199 (78.12% from 255 or 76.25% from 261); Max value from RGB is 199 - color contains mainly: blue. Hex color #3C02C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C02C7 is #C3FD38. Grayscale: #292929. Windows color (decimal): -12844345 or 13042236. OLE color: 13042236.

HSL color Cylindrical-coordinate representation of color #3C02C7: hue angle of 257.66º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C02C7 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB602199-
CMYK0.700.9900.22
HSL257.66º98.01%39.41%-
HSV(B)257.66º98.99%78.04%-
XYZ12.195.1354.38-
YUV41.8216.72140.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.99%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 199 (78.12% from 255) = 76.25%
R=22.99%
G=0.77%
B=76.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal6021990.700.9900.22257.6698.0139.41
Hex3C2C746630161026227
Octal74230710614302640214247
Binary1111001011000111100011011000110101101000000101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C02C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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