Html Css Color HEX #492BD9 Han Purple

📋 copy color: '#492BD9'

red 73 ◦ green 43 ◦ blue 217

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

Shades of Han Purple #492BD9

Tints of Han Purple #492BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 65.17%

R = 21.92%
G = 12.91%
B = 65.17%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#492BD9 (or 0x492BD9) is known color: Han Purple. HEX triplet: 49, 2B and D9. RGB value is (73,43,217). Sum of RGB (Red+Green+Blue) = 73+43+217=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 217 (85.16% from 255 or 65.17% from 333); Max value from RGB is 217 - color contains mainly: blue. Hex color #492BD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492BD9 is #B6D426. Grayscale: #474747. Windows color (decimal): -11981863 or 14232393. OLE color: 14232393.

HSL color Cylindrical-coordinate representation of color #492BD9: hue angle of 250.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #492BD9 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 43 217 -
CMYK 0.66 0.80 0 0.15
HSL 250.34º 0.7% 0.51% -
HSV(B) 250.34º 0.8% 0.85% -
XYZ 16.14 8.15 66.37 -
YUV 71.81 209.94 128.85 -
System Red Green Blue C M Y K H S L
Decimal 73 43 217 0.66 0.80 0 0.15 250.34 0.7 0.51
Hex 49 2B D9 42 50 0 F FA 46 33
Octal 111 53 331 102 120 0 17 372 106 63
Binary 1001001 101011 11011001 1000010 1010000 0 1111 11111010 1000110 110011

Color Harmonies of #492BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BD9

Black with #492BD9

Text Example


Text Example

White with #492BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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