Html Css Color HEX #492BF7 Han Purple

📋 copy color: '#492BF7'

red 73 ◦ green 43 ◦ blue 247

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

Shades of Han Purple #492BF7

Tints of Han Purple #492BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 68.04%

R = 20.11%
G = 11.85%
B = 68.04%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#492BF7 (or 0x492BF7) is known color: Han Purple. HEX triplet: 49, 2B and F7. RGB value is (73,43,247). Sum of RGB (Red+Green+Blue) = 73+43+247=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 247 (96.88% from 255 or 68.04% from 363); Max value from RGB is 247 - color contains mainly: blue. Hex color #492BF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492BF7 is #B6D408. Grayscale: #4A4A4A. Windows color (decimal): -11981833 or 16198473. OLE color: 16198473.

HSL color Cylindrical-coordinate representation of color #492BF7: hue angle of 248.82º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #492BF7 is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 43 247 -
CMYK 0.70 0.83 0 0.03
HSL 248.82º 0.93% 0.57% -
HSV(B) 248.82º 0.83% 0.97% -
XYZ 20.4 9.86 88.82 -
YUV 75.23 224.94 126.41 -
System Red Green Blue C M Y K H S L
Decimal 73 43 247 0.70 0.83 0 0.03 248.82 0.93 0.57
Hex 49 2B F7 46 53 0 3 F9 5D 39
Octal 111 53 367 106 123 0 3 371 135 71
Binary 1001001 101011 11110111 1000110 1010011 0 11 11111001 1011101 111001

Color Harmonies of #492BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BF7

Black with #492BF7

Text Example


Text Example

White with #492BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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