Html Css Color HEX #492AEB Han Purple

📋 copy color: '#492AEB'

red 73 ◦ green 42 ◦ blue 235

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

Shades of Han Purple #492AEB

Tints of Han Purple #492AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.14%

R = 20.86%
G = 12%
B = 67.14%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#492AEB (or 0x492AEB) is known color: Han Purple. HEX triplet: 49, 2A and EB. RGB value is (73,42,235). Sum of RGB (Red+Green+Blue) = 73+42+235=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #492AEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492AEB is #B6D514. Grayscale: #484848. Windows color (decimal): -11982101 or 15411785. OLE color: 15411785.

HSL color Cylindrical-coordinate representation of color #492AEB: hue angle of 249.64º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #492AEB is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 42 235 -
CMYK 0.69 0.82 0 0.08
HSL 249.64º 0.83% 0.54% -
HSV(B) 249.64º 0.82% 0.92% -
XYZ 18.57 9.07 79.37 -
YUV 73.27 219.27 127.81 -
System Red Green Blue C M Y K H S L
Decimal 73 42 235 0.69 0.82 0 0.08 249.64 0.83 0.54
Hex 49 2A EB 45 52 0 8 FA 53 36
Octal 111 52 353 105 122 0 10 372 123 66
Binary 1001001 101010 11101011 1000101 1010010 0 1000 11111010 1010011 110110

Color Harmonies of #492AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492AEB

Black with #492AEB

Text Example


Text Example

White with #492AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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