Html Css Color HEX #492AEF Han Purple

📋 copy color: '#492AEF'

red 73 ◦ green 42 ◦ blue 239

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

Shades of Han Purple #492AEF

Tints of Han Purple #492AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.51%

R = 20.62%
G = 11.86%
B = 67.51%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#492AEF (or 0x492AEF) is known color: Han Purple. HEX triplet: 49, 2A and EF. RGB value is (73,42,239). Sum of RGB (Red+Green+Blue) = 73+42+239=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #492AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492AEF is #B6D510. Grayscale: #484848. Windows color (decimal): -11982097 or 15673929. OLE color: 15673929.

HSL color Cylindrical-coordinate representation of color #492AEF: hue angle of 249.44º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #492AEF is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 42 239 -
CMYK 0.69 0.82 0 0.06
HSL 249.44º 0.86% 0.55% -
HSV(B) 249.44º 0.82% 0.94% -
XYZ 19.16 9.3 82.45 -
YUV 73.73 221.27 127.48 -
System Red Green Blue C M Y K H S L
Decimal 73 42 239 0.69 0.82 0 0.06 249.44 0.86 0.55
Hex 49 2A EF 45 52 0 6 F9 56 37
Octal 111 52 357 105 122 0 6 371 126 67
Binary 1001001 101010 11101111 1000101 1010010 0 110 11111001 1010110 110111

Color Harmonies of #492AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492AEF

Black with #492AEF

Text Example


Text Example

White with #492AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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