#3C21F0

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

Shades of Han Purple #3C21F0

Tints of Han Purple #3C21F0

Color information

#3C21F0 (or 0x3C21F0) is unknown color: approx Han Purple. HEX triplet: 3C, 21 and F0. RGB value is (60,33,240). Sum of RGB (Red+Green+Blue) = 60+33+240=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 240 (94.14% from 255 or 72.07% from 333); Max value from RGB is 240 - color contains mainly: blue. Hex color #3C21F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C21F0 is #C3DE0F. Grayscale: #3F3F3F. Windows color (decimal): -12836368 or 15737148. OLE color: 15737148.

HSL color Cylindrical-coordinate representation of color #3C21F0: hue angle of 247.83º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C21F0 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6033240-
CMYK0.750.8600.06
HSL247.83º87.34%53.53%-
HSV(B)247.83º86.25%94.12%-
XYZ18.148.3483.09-
YUV64.67226.95124.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.02%
GREEN value IS 33 (13.28% from 255) = 9.91%
BLUE value IS 240 (94.14% from 255) = 72.07%
R=18.02%
G=9.91%
B=72.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal60332400.750.8600.06247.8387.3453.53
Hex3C21F04B5606f85736
Octal74413601131260637012766
Binary11110010000111110000100101110101100110111110001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C21F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,33,240); }

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

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

 a { background-color: rgb(60,33,240); }

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

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

 span { border-color: rgb(60,33,240); }

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