Html Css Color HEX #3C2EDF Han Purple

📋 copy color: '#3C2EDF'

red 60 ◦ green 46 ◦ blue 223

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

Shades of Han Purple #3C2EDF

Tints of Han Purple #3C2EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.78%

R = 18.24%
G = 13.98%
B = 67.78%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C2EDF (or 0x3C2EDF) is known color: Han Purple. HEX triplet: 3C, 2E and DF. RGB value is (60,46,223). Sum of RGB (Red+Green+Blue) = 60+46+223=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C2EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2EDF is #C3D120. Grayscale: #454545. Windows color (decimal): -12833057 or 14626364. OLE color: 14626364.

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

Color convert

RGB 60 46 223 -
CMYK 0.73 0.79 0 0.13
HSL 244.75º 0.73% 0.53% -
HSV(B) 244.75º 0.79% 0.87% -
XYZ 16.16 8.24 70.55 -
YUV 70.36 214.14 120.61 -
System Red Green Blue C M Y K H S L
Decimal 60 46 223 0.73 0.79 0 0.13 244.75 0.73 0.53
Hex 3C 2E DF 49 4F 0 D F5 49 35
Octal 74 56 337 111 117 0 15 365 111 65
Binary 111100 101110 11011111 1001001 1001111 0 1101 11110101 1001001 110101

Color Harmonies of #3C2EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2EDF

Black with #3C2EDF

Text Example


Text Example

White with #3C2EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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