#3C29DA

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

Shades of Han Purple #3C29DA

Tints of Han Purple #3C29DA

Color information

#3C29DA (or 0x3C29DA) is unknown color: approx Han Purple. HEX triplet: 3C, 29 and DA. RGB value is (60,41,218). Sum of RGB (Red+Green+Blue) = 60+41+218=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C29DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C29DA is #C3D625. Grayscale: #424242. Windows color (decimal): -12834342 or 14297404. OLE color: 14297404.

HSL color Cylindrical-coordinate representation of color #3C29DA: hue angle of 246.44º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C29DA is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6041218-
CMYK0.720.8100.15
HSL246.44º70.52%50.78%-
HSV(B)246.44º81.19%85.49%-
XYZ15.317.6166.99-
YUV66.86213.29123.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.81%
GREEN value IS 41 (16.41% from 255) = 12.85%
BLUE value IS 218 (85.55% from 255) = 68.34%
R=18.81%
G=12.85%
B=68.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal60412180.720.8100.15246.4470.5250.78
Hex3C29DA48510Ff64733
Octal745133211012101736610763
Binary111100101001110110101001000101000101111111101101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C29DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,41,218); }

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

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

 a { background-color: rgb(60,41,218); }

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

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

 span { border-color: rgb(60,41,218); }

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