Html Css Color HEX #492FE1 Han Purple

📋 copy color: '#492FE1'

red 73 ◦ green 47 ◦ blue 225

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

Shades of Han Purple #492FE1

Tints of Han Purple #492FE1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.62%

 BLUE value IS 225 (88.28% from 255) = 65.22%

R = 21.16%
G = 13.62%
B = 65.22%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#492FE1 (or 0x492FE1) is known color: Han Purple. HEX triplet: 49, 2F and E1. RGB value is (73,47,225). Sum of RGB (Red+Green+Blue) = 73+47+225=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 225 (88.28% from 255 or 65.22% from 345); Max value from RGB is 225 - color contains mainly: blue. Hex color #492FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492FE1 is #B6D01E. Grayscale: #4A4A4A. Windows color (decimal): -11980831 or 14757705. OLE color: 14757705.

HSL color Cylindrical-coordinate representation of color #492FE1: hue angle of 248.76º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #492FE1 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 47 225 -
CMYK 0.68 0.79 0 0.12
HSL 248.76º 0.75% 0.53% -
HSV(B) 248.76º 0.79% 0.88% -
XYZ 17.35 8.89 72.03 -
YUV 75.07 212.61 126.53 -
System Red Green Blue C M Y K H S L
Decimal 73 47 225 0.68 0.79 0 0.12 248.76 0.75 0.53
Hex 49 2F E1 44 4F 0 C F9 4B 35
Octal 111 57 341 104 117 0 14 371 113 65
Binary 1001001 101111 11100001 1000100 1001111 0 1100 11111001 1001011 110101

Color Harmonies of #492FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492FE1

Black with #492FE1

Text Example


Text Example

White with #492FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,47,225); }

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

background-color css

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

 a { background-color: rgb(73,47,225); }

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

border-color css

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

 span { border-color: rgb(73,47,225); }

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