Html Css Color HEX #3C2EE1 Han Purple

📋 copy color: '#3C2EE1'

red 60 ◦ green 46 ◦ blue 225

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

Shades of Han Purple #3C2EE1

Tints of Han Purple #3C2EE1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.9%

 BLUE value IS 225 (88.28% from 255) = 67.98%

R = 18.13%
G = 13.9%
B = 67.98%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3C2EE1 (or 0x3C2EE1) is known color: Han Purple. HEX triplet: 3C, 2E and E1. RGB value is (60,46,225). Sum of RGB (Red+Green+Blue) = 60+46+225=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 225 (88.28% from 255 or 67.98% from 331); Max value from RGB is 225 - color contains mainly: blue. Hex color #3C2EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2EE1 is #C3D11E. Grayscale: #454545. Windows color (decimal): -12833055 or 14757436. OLE color: 14757436.

HSL color Cylindrical-coordinate representation of color #3C2EE1: hue angle of 244.69º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C2EE1 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 46 225 -
CMYK 0.73 0.80 0 0.12
HSL 244.69º 0.75% 0.53% -
HSV(B) 244.69º 0.8% 0.88% -
XYZ 16.43 8.35 71.98 -
YUV 70.59 215.14 120.45 -
System Red Green Blue C M Y K H S L
Decimal 60 46 225 0.73 0.80 0 0.12 244.69 0.75 0.53
Hex 3C 2E E1 49 50 0 C F5 4B 35
Octal 74 56 341 111 120 0 14 365 113 65
Binary 111100 101110 11100001 1001001 1010000 0 1100 11110101 1001011 110101

Color Harmonies of #3C2EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2EE1

Black with #3C2EE1

Text Example


Text Example

White with #3C2EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,46,225); }

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

background-color css

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

 a { background-color: rgb(60,46,225); }

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

border-color css

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

 span { border-color: rgb(60,46,225); }

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