Html Css Color HEX #492CE6 Han Purple

📋 copy color: '#492CE6'

red 73 ◦ green 44 ◦ blue 230

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

Shades of Han Purple #492CE6

Tints of Han Purple #492CE6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.68%

 BLUE value IS 230 (90.23% from 255) = 66.28%

R = 21.04%
G = 12.68%
B = 66.28%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#492CE6 (or 0x492CE6) is known color: Han Purple. HEX triplet: 49, 2C and E6. RGB value is (73,44,230). Sum of RGB (Red+Green+Blue) = 73+44+230=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 230 (90.23% from 255 or 66.28% from 347); Max value from RGB is 230 - color contains mainly: blue. Hex color #492CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492CE6 is #B6D319. Grayscale: #494949. Windows color (decimal): -11981594 or 15084617. OLE color: 15084617.

HSL color Cylindrical-coordinate representation of color #492CE6: hue angle of 249.35º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #492CE6 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 73 44 230 -
CMYK 0.68 0.81 0 0.10
HSL 249.35º 0.79% 0.54% -
HSV(B) 249.35º 0.81% 0.9% -
XYZ 17.93 8.93 75.64 -
YUV 73.88 216.11 127.38 -
System Red Green Blue C M Y K H S L
Decimal 73 44 230 0.68 0.81 0 0.10 249.35 0.79 0.54
Hex 49 2C E6 44 51 0 A F9 4F 36
Octal 111 54 346 104 121 0 12 371 117 66
Binary 1001001 101100 11100110 1000100 1010001 0 1010 11111001 1001111 110110

Color Harmonies of #492CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492CE6

Black with #492CE6

Text Example


Text Example

White with #492CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,44,230); }

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

background-color css

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

 a { background-color: rgb(73,44,230); }

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

border-color css

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

 span { border-color: rgb(73,44,230); }

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