Html Css Color HEX #3E14DC Han Purple

📋 copy color: '#3E14DC'

red 62 ◦ green 20 ◦ blue 220

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

Shades of Han Purple #3E14DC

Tints of Han Purple #3E14DC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.62%

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

R = 20.53%
G = 6.62%
B = 72.85%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3E14DC (or 0x3E14DC) is known color: Han Purple. HEX triplet: 3E, 14 and DC. RGB value is (62,20,220). Sum of RGB (Red+Green+Blue) = 62+20+220=302 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.53% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E14DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E14DC is #C1EB23. Grayscale: #363636. Windows color (decimal): -12708644 or 14423102. OLE color: 14423102.

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

Color convert

RGB 62 20 220 -
CMYK 0.72 0.91 0 0.14
HSL 252.6º 0.83% 0.47% -
HSV(B) 252.6º 0.91% 0.86% -
XYZ 15.16 6.69 68.2 -
YUV 55.36 220.91 132.74 -
System Red Green Blue C M Y K H S L
Decimal 62 20 220 0.72 0.91 0 0.14 252.6 0.83 0.47
Hex 3E 14 DC 48 5B 0 E FD 53 2F
Octal 76 24 334 110 133 0 16 375 123 57
Binary 111110 10100 11011100 1001000 1011011 0 1110 11111101 1010011 101111

Color Harmonies of #3E14DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E14DC

Black with #3E14DC

Text Example


Text Example

White with #3E14DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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