Html Css Color HEX #3E0DDD Han Purple

📋 copy color: '#3E0DDD'

red 62 ◦ green 13 ◦ blue 221

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

Shades of Han Purple #3E0DDD

Tints of Han Purple #3E0DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.39%

 BLUE value IS 221 (86.72% from 255) = 74.66%

R = 20.95%
G = 4.39%
B = 74.66%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3E0DDD (or 0x3E0DDD) is known color: Han Purple. HEX triplet: 3E, 0D and DD. RGB value is (62,13,221). Sum of RGB (Red+Green+Blue) = 62+13+221=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E0DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0DDD is #C1F222. Grayscale: #323232. Windows color (decimal): -12710435 or 14486846. OLE color: 14486846.

HSL color Cylindrical-coordinate representation of color #3E0DDD: hue angle of 254.13º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0DDD is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 13 221 -
CMYK 0.72 0.94 0 0.13
HSL 254.13º 0.89% 0.46% -
HSV(B) 254.13º 0.94% 0.87% -
XYZ 15.18 6.53 68.87 -
YUV 51.36 223.73 135.59 -
System Red Green Blue C M Y K H S L
Decimal 62 13 221 0.72 0.94 0 0.13 254.13 0.89 0.46
Hex 3E D DD 48 5E 0 D FE 59 2E
Octal 76 15 335 110 136 0 15 376 131 56
Binary 111110 1101 11011101 1001000 1011110 0 1101 11111110 1011001 101110

Color Harmonies of #3E0DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0DDD

Black with #3E0DDD

Text Example


Text Example

White with #3E0DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,13,221); }

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

background-color css

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

 a { background-color: rgb(62,13,221); }

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

border-color css

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

 span { border-color: rgb(62,13,221); }

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