Html Css Color HEX #491BDB Han Purple

📋 copy color: '#491BDB'

red 73 ◦ green 27 ◦ blue 219

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

Shades of Han Purple #491BDB

Tints of Han Purple #491BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.46%

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

R = 22.88%
G = 8.46%
B = 68.65%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#491BDB (or 0x491BDB) is known color: Han Purple. HEX triplet: 49, 1B and DB. RGB value is (73,27,219). Sum of RGB (Red+Green+Blue) = 73+27+219=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #491BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491BDB is #B6E424. Grayscale: #3D3D3D. Windows color (decimal): -11985957 or 14359369. OLE color: 14359369.

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

Color convert

RGB 73 27 219 -
CMYK 0.67 0.88 0 0.14
HSL 254.38º 0.78% 0.48% -
HSV(B) 254.38º 0.88% 0.86% -
XYZ 15.93 7.31 67.59 -
YUV 62.64 216.24 135.39 -
System Red Green Blue C M Y K H S L
Decimal 73 27 219 0.67 0.88 0 0.14 254.38 0.78 0.48
Hex 49 1B DB 43 58 0 E FE 4E 30
Octal 111 33 333 103 130 0 16 376 116 60
Binary 1001001 11011 11011011 1000011 1011000 0 1110 11111110 1001110 110000

Color Harmonies of #491BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491BDB

Black with #491BDB

Text Example


Text Example

White with #491BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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