#492cf1

Color #492CF1 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #492CF1

Tints of Han Purple #492CF1

Color information

#492CF1 (or 0x492CF1) is unknown color: approx Han Purple. HEX triplet: 49, 2C and F1. RGB value is (73,44,241). Sum of RGB (Red+Green+Blue) = 73+44+241=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 241 (94.53% from 255 or 67.32% from 358); Max value from RGB is 241 - color contains mainly: blue. Hex color #492CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492CF1 is #B6D30E. Grayscale: #4A4A4A. Windows color (decimal): -11981583 or 15805513. OLE color: 15805513.

HSL color Cylindrical-coordinate representation of color #492CF1: hue angle of 248.83º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #492CF1 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7344241-
CMYK0.700.8200.05
HSL248.83º87.56%55.88%-
HSV(B)248.83º81.74%94.51%-
XYZ19.539.5784.04-
YUV75.13221.61126.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.39%
GREEN value IS 44 (17.58% from 255) = 12.29%
BLUE value IS 241 (94.53% from 255) = 67.32%
R=20.39%
G=12.29%
B=67.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal73442410.700.8200.05248.8387.5655.88
Hex492CF1465205f95838
Octal111543611061220537113070
Binary100100110110011110001100011010100100101111110011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492cf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,44,241); }

 H1.HeaderClassName
 {
   color: #492cf1;
 }
 .AnyTagClassName
 {
   color: #492cf1;
 }
</style>
background-color css

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

 a { background-color: rgb(73,44,241); }

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

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

 span { border-color: rgb(73,44,241); }

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