Html Css Color HEX #3E13DC Han Purple

📋 copy color: '#3E13DC'

red 62 ◦ green 19 ◦ blue 220

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

Shades of Han Purple #3E13DC

Tints of Han Purple #3E13DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.31%

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

R = 20.6%
G = 6.31%
B = 73.09%

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

#3E13DC (or 0x3E13DC) is known color: Han Purple. HEX triplet: 3E, 13 and DC. RGB value is (62,19,220). Sum of RGB (Red+Green+Blue) = 62+19+220=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E13DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E13DC is #C1EC23. Grayscale: #363636. Windows color (decimal): -12708900 or 14422846. OLE color: 14422846.

HSL color Cylindrical-coordinate representation of color #3E13DC: hue angle of 252.84º degrees, saturation: 0.84, 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 #3E13DC is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 62 19 220 -
CMYK 0.72 0.91 0 0.14
HSL 252.84º 0.84% 0.47% -
HSV(B) 252.84º 0.91% 0.86% -
XYZ 15.14 6.66 68.2 -
YUV 54.77 221.25 133.16 -
System Red Green Blue C M Y K H S L
Decimal 62 19 220 0.72 0.91 0 0.14 252.84 0.84 0.47
Hex 3E 13 DC 48 5B 0 E FD 54 2F
Octal 76 23 334 110 133 0 16 375 124 57
Binary 111110 10011 11011100 1001000 1011011 0 1110 11111101 1010100 101111

Color Harmonies of #3E13DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E13DC

Black with #3E13DC

Text Example


Text Example

White with #3E13DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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