Html Css Color HEX #491DDB Han Purple

📋 copy color: '#491DDB'

red 73 ◦ green 29 ◦ blue 219

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

Shades of Han Purple #491DDB

Tints of Han Purple #491DDB

RGB

 RED value IS 73 (28.91% from 255) = 22.74%

 GREEN value IS 29 (11.72% from 255) = 9.03%

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

R = 22.74%
G = 9.03%
B = 68.22%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#491DDB (or 0x491DDB) is known color: Han Purple. HEX triplet: 49, 1D and DB. RGB value is (73,29,219). Sum of RGB (Red+Green+Blue) = 73+29+219=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #491DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491DDB is #B6E224. Grayscale: #3F3F3F. Windows color (decimal): -11985445 or 14359881. OLE color: 14359881.

HSL color Cylindrical-coordinate representation of color #491DDB: hue angle of 253.89º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491DDB is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 29 219 -
CMYK 0.67 0.87 0 0.14
HSL 253.89º 0.77% 0.49% -
HSV(B) 253.89º 0.87% 0.86% -
XYZ 15.97 7.41 67.61 -
YUV 63.82 215.58 134.55 -
System Red Green Blue C M Y K H S L
Decimal 73 29 219 0.67 0.87 0 0.14 253.89 0.77 0.49
Hex 49 1D DB 43 57 0 E FE 4D 31
Octal 111 35 333 103 127 0 16 376 115 61
Binary 1001001 11101 11011011 1000011 1010111 0 1110 11111110 1001101 110001

Color Harmonies of #491DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491DDB

Black with #491DDB

Text Example


Text Example

White with #491DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491DDB; }

 p { color: rgb(73,29,219); }

 H1.HeaderClassName
 {
   color: #491DDB;
 }
 .AnyTagClassName
 {
   color: #491DDB;
 }
</style>

background-color css

<style>
 a { background-color: #491DDB; }

 a { background-color: rgb(73,29,219); }

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

border-color css

<style>
 span { border-color: #491DDB; }

 span { border-color: rgb(73,29,219); }

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