Html Css Color HEX #3C2ADE Han Purple

📋 copy color: '#3C2ADE'

red 60 ◦ green 42 ◦ blue 222

#3C2ADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #3C2ADE

Tints of Han Purple #3C2ADE

RGB

 RED value IS 60 (23.83% from 255) = 18.52%

 GREEN value IS 42 (16.8% from 255) = 12.96%

 BLUE value IS 222 (87.11% from 255) = 68.52%

R = 18.52%
G = 12.96%
B = 68.52%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C2ADE (or 0x3C2ADE) is known color: Han Purple. HEX triplet: 3C, 2A and DE. RGB value is (60,42,222). Sum of RGB (Red+Green+Blue) = 60+42+222=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #3C2ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2ADE is #C3D521. Grayscale: #434343. Windows color (decimal): -12834082 or 14559804. OLE color: 14559804.

HSL color Cylindrical-coordinate representation of color #3C2ADE: hue angle of 246º degrees, saturation: 0.73, 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 #3C2ADE is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 42 222 -
CMYK 0.73 0.81 0 0.13
HSL 246º 0.73% 0.52% -
HSV(B) 246º 0.81% 0.87% -
XYZ 15.88 7.89 69.79 -
YUV 67.9 214.96 122.36 -
System Red Green Blue C M Y K H S L
Decimal 60 42 222 0.73 0.81 0 0.13 246 0.73 0.52
Hex 3C 2A DE 49 51 0 D F6 49 34
Octal 74 52 336 111 121 0 15 366 111 64
Binary 111100 101010 11011110 1001001 1010001 0 1101 11110110 1001001 110100

Color Harmonies of #3C2ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2ADE

Black with #3C2ADE

Text Example


Text Example

White with #3C2ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C2ADE;
 }
 .AnyTagClassName
 {
   color: #3C2ADE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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