Html Css Color HEX #3E0DDB Han Purple

📋 copy color: '#3E0DDB'

red 62 ◦ green 13 ◦ blue 219

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

Shades of Han Purple #3E0DDB

Tints of Han Purple #3E0DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 74.49%

R = 21.09%
G = 4.42%
B = 74.49%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3E0DDB (or 0x3E0DDB) is known color: Han Purple. HEX triplet: 3E, 0D and DB. RGB value is (62,13,219). Sum of RGB (Red+Green+Blue) = 62+13+219=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E0DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0DDB is #C1F224. Grayscale: #323232. Windows color (decimal): -12710437 or 14355774. OLE color: 14355774.

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

Color convert

RGB 62 13 219 -
CMYK 0.72 0.94 0 0.14
HSL 254.27º 0.89% 0.45% -
HSV(B) 254.27º 0.94% 0.86% -
XYZ 14.92 6.43 67.47 -
YUV 51.14 222.73 135.75 -
System Red Green Blue C M Y K H S L
Decimal 62 13 219 0.72 0.94 0 0.14 254.27 0.89 0.45
Hex 3E D DB 48 5E 0 E FE 59 2D
Octal 76 15 333 110 136 0 16 376 131 55
Binary 111110 1101 11011011 1001000 1011110 0 1110 11111110 1011001 101101

Color Harmonies of #3E0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0DDB

Black with #3E0DDB

Text Example


Text Example

White with #3E0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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