Html Css Color HEX #3B19DB Han Purple

📋 copy color: '#3B19DB'

red 59 ◦ green 25 ◦ blue 219

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

Shades of Han Purple #3B19DB

Tints of Han Purple #3B19DB

RGB

 RED value IS 59 (23.44% from 255) = 19.47%

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

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

R = 19.47%
G = 8.25%
B = 72.28%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B19DB (or 0x3B19DB) is known color: Han Purple. HEX triplet: 3B, 19 and DB. RGB value is (59,25,219). Sum of RGB (Red+Green+Blue) = 59+25+219=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B19DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B19DB is #C4E624. Grayscale: #383838. Windows color (decimal): -12903973 or 14358843. OLE color: 14358843.

HSL color Cylindrical-coordinate representation of color #3B19DB: hue angle of 250.52º 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 #3B19DB is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 25 219 -
CMYK 0.73 0.89 0 0.14
HSL 250.52º 0.8% 0.48% -
HSV(B) 250.52º 0.89% 0.86% -
XYZ 14.94 6.74 67.53 -
YUV 57.28 219.26 129.23 -
System Red Green Blue C M Y K H S L
Decimal 59 25 219 0.73 0.89 0 0.14 250.52 0.8 0.48
Hex 3B 19 DB 49 59 0 E FB 50 30
Octal 73 31 333 111 131 0 16 373 120 60
Binary 111011 11001 11011011 1001001 1011001 0 1110 11111011 1010000 110000

Color Harmonies of #3B19DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B19DB

Black with #3B19DB

Text Example


Text Example

White with #3B19DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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