Html Css Color HEX #3D19DB Han Purple

📋 copy color: '#3D19DB'

red 61 ◦ green 25 ◦ blue 219

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

Shades of Han Purple #3D19DB

Tints of Han Purple #3D19DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.2%

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

R = 20%
G = 8.2%
B = 71.8%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D19DB (or 0x3D19DB) is known color: Han Purple. HEX triplet: 3D, 19 and DB. RGB value is (61,25,219). Sum of RGB (Red+Green+Blue) = 61+25+219=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D19DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D19DB is #C2E624. Grayscale: #393939. Windows color (decimal): -12772901 or 14358845. OLE color: 14358845.

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

Color convert

RGB 61 25 219 -
CMYK 0.72 0.89 0 0.14
HSL 251.13º 0.8% 0.48% -
HSV(B) 251.13º 0.89% 0.86% -
XYZ 15.06 6.8 67.54 -
YUV 57.88 218.93 130.23 -
System Red Green Blue C M Y K H S L
Decimal 61 25 219 0.72 0.89 0 0.14 251.13 0.8 0.48
Hex 3D 19 DB 48 59 0 E FB 50 30
Octal 75 31 333 110 131 0 16 373 120 60
Binary 111101 11001 11011011 1001000 1011001 0 1110 11111011 1010000 110000

Color Harmonies of #3D19DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D19DB

Black with #3D19DB

Text Example


Text Example

White with #3D19DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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