Html Css Color HEX #3918DB Han Purple

📋 copy color: '#3918DB'

red 57 ◦ green 24 ◦ blue 219

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

Shades of Han Purple #3918DB

Tints of Han Purple #3918DB

RGB

 RED value IS 57 (22.66% from 255) = 19%

 GREEN value IS 24 (9.77% from 255) = 8%

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

R = 19%
G = 8%
B = 73%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3918DB (or 0x3918DB) is known color: Han Purple. HEX triplet: 39, 18 and DB. RGB value is (57,24,219). Sum of RGB (Red+Green+Blue) = 57+24+219=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #3918DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3918DB is #C6E724. Grayscale: #373737. Windows color (decimal): -13035301 or 14358585. OLE color: 14358585.

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

Color convert

RGB 57 24 219 -
CMYK 0.74 0.89 0 0.14
HSL 250.15º 0.8% 0.48% -
HSV(B) 250.15º 0.89% 0.86% -
XYZ 14.8 6.64 67.52 -
YUV 56.1 219.93 128.64 -
System Red Green Blue C M Y K H S L
Decimal 57 24 219 0.74 0.89 0 0.14 250.15 0.8 0.48
Hex 39 18 DB 4A 59 0 E FA 50 30
Octal 71 30 333 112 131 0 16 372 120 60
Binary 111001 11000 11011011 1001010 1011001 0 1110 11111010 1010000 110000

Color Harmonies of #3918DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3918DB

Black with #3918DB

Text Example


Text Example

White with #3918DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3918DB; }

 p { color: rgb(57,24,219); }

 H1.HeaderClassName
 {
   color: #3918DB;
 }
 .AnyTagClassName
 {
   color: #3918DB;
 }
</style>

background-color css

<style>
 a { background-color: #3918DB; }

 a { background-color: rgb(57,24,219); }

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

border-color css

<style>
 span { border-color: #3918DB; }

 span { border-color: rgb(57,24,219); }

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