Html Css Color HEX #492FDE Han Purple

📋 copy color: '#492FDE'

red 73 ◦ green 47 ◦ blue 222

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

Shades of Han Purple #492FDE

Tints of Han Purple #492FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.91%

R = 21.35%
G = 13.74%
B = 64.91%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#492FDE (or 0x492FDE) is known color: Han Purple. HEX triplet: 49, 2F and DE. RGB value is (73,47,222). Sum of RGB (Red+Green+Blue) = 73+47+222=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #492FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492FDE is #B6D021. Grayscale: #4A4A4A. Windows color (decimal): -11980834 or 14561097. OLE color: 14561097.

HSL color Cylindrical-coordinate representation of color #492FDE: hue angle of 248.91º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #492FDE is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 47 222 -
CMYK 0.67 0.79 0 0.13
HSL 248.91º 0.73% 0.53% -
HSV(B) 248.91º 0.79% 0.87% -
XYZ 16.95 8.72 69.9 -
YUV 74.72 211.11 126.77 -
System Red Green Blue C M Y K H S L
Decimal 73 47 222 0.67 0.79 0 0.13 248.91 0.73 0.53
Hex 49 2F DE 43 4F 0 D F9 49 35
Octal 111 57 336 103 117 0 15 371 111 65
Binary 1001001 101111 11011110 1000011 1001111 0 1101 11111001 1001001 110101

Color Harmonies of #492FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492FDE

Black with #492FDE

Text Example


Text Example

White with #492FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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