Html Css Color HEX #3019DB Han Purple

📋 copy color: '#3019DB'

red 48 ◦ green 25 ◦ blue 219

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

Shades of Han Purple #3019DB

Tints of Han Purple #3019DB

RGB

 RED value IS 48 (19.14% from 255) = 16.44%

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

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

R = 16.44%
G = 8.56%
B = 75%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3019DB (or 0x3019DB) is known color: Han Purple. HEX triplet: 30, 19 and DB. RGB value is (48,25,219). Sum of RGB (Red+Green+Blue) = 48+25+219=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 219 (85.94% from 255 or 75% from 292); Max value from RGB is 219 - color contains mainly: blue. Hex color #3019DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3019DB is #CFE624. Grayscale: #353535. Windows color (decimal): -13624869 or 14358832. OLE color: 14358832.

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

Color convert

RGB 48 25 219 -
CMYK 0.78 0.89 0 0.14
HSL 247.11º 0.8% 0.48% -
HSV(B) 247.11º 0.89% 0.86% -
XYZ 14.35 6.44 67.5 -
YUV 53.99 221.12 123.73 -
System Red Green Blue C M Y K H S L
Decimal 48 25 219 0.78 0.89 0 0.14 247.11 0.8 0.48
Hex 30 19 DB 4E 59 0 E F7 50 30
Octal 60 31 333 116 131 0 16 367 120 60
Binary 110000 11001 11011011 1001110 1011001 0 1110 11110111 1010000 110000

Color Harmonies of #3019DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3019DB

Black with #3019DB

Text Example


Text Example

White with #3019DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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