Html Css Color HEX #492ADB Han Purple

📋 copy color: '#492ADB'

red 73 ◦ green 42 ◦ blue 219

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

Shades of Han Purple #492ADB

Tints of Han Purple #492ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.57%

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

R = 21.86%
G = 12.57%
B = 65.57%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#492ADB (or 0x492ADB) is known color: Han Purple. HEX triplet: 49, 2A and DB. RGB value is (73,42,219). Sum of RGB (Red+Green+Blue) = 73+42+219=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #492ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492ADB is #B6D524. Grayscale: #464646. Windows color (decimal): -11982117 or 14363209. OLE color: 14363209.

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

Color convert

RGB 73 42 219 -
CMYK 0.67 0.81 0 0.14
HSL 250.51º 0.71% 0.51% -
HSV(B) 250.51º 0.81% 0.86% -
XYZ 16.36 8.19 67.74 -
YUV 71.45 211.27 129.11 -
System Red Green Blue C M Y K H S L
Decimal 73 42 219 0.67 0.81 0 0.14 250.51 0.71 0.51
Hex 49 2A DB 43 51 0 E FB 47 33
Octal 111 52 333 103 121 0 16 373 107 63
Binary 1001001 101010 11011011 1000011 1010001 0 1110 11111011 1000111 110011

Color Harmonies of #492ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492ADB

Black with #492ADB

Text Example


Text Example

White with #492ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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