Html Css Color HEX #492AFE Han Purple

📋 copy color: '#492AFE'

red 73 ◦ green 42 ◦ blue 254

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

Shades of Han Purple #492AFE

Tints of Han Purple #492AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.83%

R = 19.78%
G = 11.38%
B = 68.83%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#492AFE (or 0x492AFE) is known color: Han Purple. HEX triplet: 49, 2A and FE. RGB value is (73,42,254). Sum of RGB (Red+Green+Blue) = 73+42+254=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #492AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492AFE is #B6D501. Grayscale: #4A4A4A. Windows color (decimal): -11982082 or 16656969. OLE color: 16656969.

HSL color Cylindrical-coordinate representation of color #492AFE: hue angle of 248.77º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #492AFE is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 42 254 -
CMYK 0.71 0.83 0 0.00
HSL 248.77º 0.99% 0.58% -
HSV(B) 248.77º 0.83% 1% -
XYZ 21.47 10.23 94.61 -
YUV 75.44 228.77 126.26 -
System Red Green Blue C M Y K H S L
Decimal 73 42 254 0.71 0.83 0 0.00 248.77 0.99 0.58
Hex 49 2A FE 47 53 0 0 F9 63 3A
Octal 111 52 376 107 123 0 0 371 143 72
Binary 1001001 101010 11111110 1000111 1010011 0 0 11111001 1100011 111010

Color Harmonies of #492AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492AFE

Black with #492AFE

Text Example


Text Example

White with #492AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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