#492DFA

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

Shades of Han Purple #492DFA

Tints of Han Purple #492DFA

Color information

#492DFA (or 0x492DFA) is unknown color: approx Han Purple. HEX triplet: 49, 2D and FA. RGB value is (73,45,250). Sum of RGB (Red+Green+Blue) = 73+45+250=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #492DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492DFA is #B6D205. Grayscale: #4B4B4B. Windows color (decimal): -11981318 or 16395593. OLE color: 16395593.

HSL color Cylindrical-coordinate representation of color #492DFA: hue angle of 248.2º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #492DFA is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7345250-
CMYK0.710.8200.02
HSL248.2º95.35%57.84%-
HSV(B)248.2º82%98.04%-
XYZ20.9410.291.31-
YUV76.74225.78125.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.84%
GREEN value IS 45 (17.97% from 255) = 12.23%
BLUE value IS 250 (98.05% from 255) = 67.93%
R=19.84%
G=12.23%
B=67.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal73452500.710.8200.02248.295.3557.84
Hex492DFA475202f85f3a
Octal111553721071220237013772
Binary10010011011011111101010001111010010010111110001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,45,250); }

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

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

 a { background-color: rgb(73,45,250); }

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

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

 span { border-color: rgb(73,45,250); }

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