Html Css Color HEX #3E0CDC Han Purple

📋 copy color: '#3E0CDC'

red 62 ◦ green 12 ◦ blue 220

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

Shades of Han Purple #3E0CDC

Tints of Han Purple #3E0CDC

RGB

 RED value IS 62 (24.61% from 255) = 21.09%

 GREEN value IS 12 (5.08% from 255) = 4.08%

 BLUE value IS 220 (86.33% from 255) = 74.83%

R = 21.09%
G = 4.08%
B = 74.83%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3E0CDC (or 0x3E0CDC) is known color: Han Purple. HEX triplet: 3E, 0C and DC. RGB value is (62,12,220). Sum of RGB (Red+Green+Blue) = 62+12+220=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 220 (86.33% from 255 or 74.83% from 294); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E0CDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0CDC is #C1F323. Grayscale: #313131. Windows color (decimal): -12710692 or 14421054. OLE color: 14421054.

HSL color Cylindrical-coordinate representation of color #3E0CDC: hue angle of 254.42º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E0CDC is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 62 12 220 -
CMYK 0.72 0.95 0 0.14
HSL 254.42º 0.9% 0.45% -
HSV(B) 254.42º 0.95% 0.86% -
XYZ 15.04 6.45 68.16 -
YUV 50.66 223.57 136.09 -
System Red Green Blue C M Y K H S L
Decimal 62 12 220 0.72 0.95 0 0.14 254.42 0.9 0.45
Hex 3E C DC 48 5F 0 E FE 5A 2D
Octal 76 14 334 110 137 0 16 376 132 55
Binary 111110 1100 11011100 1001000 1011111 0 1110 11111110 1011010 101101

Color Harmonies of #3E0CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0CDC

Black with #3E0CDC

Text Example


Text Example

White with #3E0CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,12,220); }

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

background-color css

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

 a { background-color: rgb(62,12,220); }

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

border-color css

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

 span { border-color: rgb(62,12,220); }

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