#3C2ADD

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

Shades of Han Purple #3C2ADD

Tints of Han Purple #3C2ADD

Color information

#3C2ADD (or 0x3C2ADD) is unknown color: approx Han Purple. HEX triplet: 3C, 2A and DD. RGB value is (60,42,221). Sum of RGB (Red+Green+Blue) = 60+42+221=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C2ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2ADD is #C3D522. Grayscale: #434343. Windows color (decimal): -12834083 or 14494268. OLE color: 14494268.

HSL color Cylindrical-coordinate representation of color #3C2ADD: hue angle of 246.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C2ADD is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6042221-
CMYK0.730.8100.13
HSL246.03º72.47%51.57%-
HSV(B)246.03º81%86.67%-
XYZ15.747.8469.09-
YUV67.79214.46122.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.58%
GREEN value IS 42 (16.80% from 255) = 13.00%
BLUE value IS 221 (86.72% from 255) = 68.42%
R=18.58%
G=13.00%
B=68.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal60422210.730.8100.13246.0372.4751.57
Hex3C2ADD49510Df64834
Octal745233511112101536611064
Binary111100101010110111011001001101000101101111101101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,42,221); }

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

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

 a { background-color: rgb(60,42,221); }

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

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

 span { border-color: rgb(60,42,221); }

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