Html Css Color HEX #492ADE Han Purple

📋 copy color: '#492ADE'

red 73 ◦ green 42 ◦ blue 222

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

Shades of Han Purple #492ADE

Tints of Han Purple #492ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.88%

R = 21.66%
G = 12.46%
B = 65.88%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#492ADE (or 0x492ADE) is known color: Han Purple. HEX triplet: 49, 2A and DE. RGB value is (73,42,222). Sum of RGB (Red+Green+Blue) = 73+42+222=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #492ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492ADE is #B6D521. Grayscale: #474747. Windows color (decimal): -11982114 or 14559817. OLE color: 14559817.

HSL color Cylindrical-coordinate representation of color #492ADE: hue angle of 250.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #492ADE is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 42 222 -
CMYK 0.67 0.81 0 0.13
HSL 250.33º 0.73% 0.52% -
HSV(B) 250.33º 0.81% 0.87% -
XYZ 16.76 8.35 69.83 -
YUV 71.79 212.77 128.86 -
System Red Green Blue C M Y K H S L
Decimal 73 42 222 0.67 0.81 0 0.13 250.33 0.73 0.52
Hex 49 2A DE 43 51 0 D FA 49 34
Octal 111 52 336 103 121 0 15 372 111 64
Binary 1001001 101010 11011110 1000011 1010001 0 1101 11111010 1001001 110100

Color Harmonies of #492ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492ADE

Black with #492ADE

Text Example


Text Example

White with #492ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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