Html Css Color HEX #492BDB Han Purple

📋 copy color: '#492BDB'

red 73 ◦ green 43 ◦ blue 219

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

Shades of Han Purple #492BDB

Tints of Han Purple #492BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.84%

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

R = 21.79%
G = 12.84%
B = 65.37%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#492BDB (or 0x492BDB) is known color: Han Purple. HEX triplet: 49, 2B and DB. RGB value is (73,43,219). Sum of RGB (Red+Green+Blue) = 73+43+219=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #492BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492BDB is #B6D424. Grayscale: #474747. Windows color (decimal): -11981861 or 14363465. OLE color: 14363465.

HSL color Cylindrical-coordinate representation of color #492BDB: hue angle of 250.23º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #492BDB is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 43 219 -
CMYK 0.67 0.80 0 0.14
HSL 250.23º 0.71% 0.51% -
HSV(B) 250.23º 0.8% 0.86% -
XYZ 16.4 8.26 67.75 -
YUV 72.03 210.94 128.69 -
System Red Green Blue C M Y K H S L
Decimal 73 43 219 0.67 0.80 0 0.14 250.23 0.71 0.51
Hex 49 2B DB 43 50 0 E FA 47 33
Octal 111 53 333 103 120 0 16 372 107 63
Binary 1001001 101011 11011011 1000011 1010000 0 1110 11111010 1000111 110011

Color Harmonies of #492BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BDB

Black with #492BDB

Text Example


Text Example

White with #492BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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