Html Css Color HEX #3D1EDB Han Purple

📋 copy color: '#3D1EDB'

red 61 ◦ green 30 ◦ blue 219

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

Shades of Han Purple #3D1EDB

Tints of Han Purple #3D1EDB

RGB

 RED value IS 61 (24.22% from 255) = 19.68%

 GREEN value IS 30 (12.11% from 255) = 9.68%

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

R = 19.68%
G = 9.68%
B = 70.65%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D1EDB (or 0x3D1EDB) is known color: Han Purple. HEX triplet: 3D, 1E and DB. RGB value is (61,30,219). Sum of RGB (Red+Green+Blue) = 61+30+219=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D1EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1EDB is #C2E124. Grayscale: #3C3C3C. Windows color (decimal): -12771621 or 14360125. OLE color: 14360125.

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

Color convert

RGB 61 30 219 -
CMYK 0.72 0.86 0 0.14
HSL 249.84º 0.76% 0.49% -
HSV(B) 249.84º 0.86% 0.86% -
XYZ 15.17 7.04 67.58 -
YUV 60.82 217.27 128.13 -
System Red Green Blue C M Y K H S L
Decimal 61 30 219 0.72 0.86 0 0.14 249.84 0.76 0.49
Hex 3D 1E DB 48 56 0 E FA 4C 31
Octal 75 36 333 110 126 0 16 372 114 61
Binary 111101 11110 11011011 1001000 1010110 0 1110 11111010 1001100 110001

Color Harmonies of #3D1EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1EDB

Black with #3D1EDB

Text Example


Text Example

White with #3D1EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,30,219); }

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

background-color css

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

 a { background-color: rgb(61,30,219); }

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

border-color css

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

 span { border-color: rgb(61,30,219); }

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