Html Css Color HEX #492AED Han Purple

📋 copy color: '#492AED'

red 73 ◦ green 42 ◦ blue 237

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

Shades of Han Purple #492AED

Tints of Han Purple #492AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.33%

R = 20.74%
G = 11.93%
B = 67.33%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#492AED (or 0x492AED) is known color: Han Purple. HEX triplet: 49, 2A and ED. RGB value is (73,42,237). Sum of RGB (Red+Green+Blue) = 73+42+237=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #492AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492AED is #B6D512. Grayscale: #484848. Windows color (decimal): -11982099 or 15542857. OLE color: 15542857.

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

Color convert

RGB 73 42 237 -
CMYK 0.69 0.82 0 0.07
HSL 249.54º 0.84% 0.55% -
HSV(B) 249.54º 0.82% 0.93% -
XYZ 18.86 9.19 80.9 -
YUV 73.5 220.27 127.64 -
System Red Green Blue C M Y K H S L
Decimal 73 42 237 0.69 0.82 0 0.07 249.54 0.84 0.55
Hex 49 2A ED 45 52 0 7 FA 54 37
Octal 111 52 355 105 122 0 7 372 124 67
Binary 1001001 101010 11101101 1000101 1010010 0 111 11111010 1010100 110111

Color Harmonies of #492AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492AED

Black with #492AED

Text Example


Text Example

White with #492AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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