Html Css Color HEX #492BF1 Han Purple

📋 copy color: '#492BF1'

red 73 ◦ green 43 ◦ blue 241

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

Shades of Han Purple #492BF1

Tints of Han Purple #492BF1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.04%

 BLUE value IS 241 (94.53% from 255) = 67.51%

R = 20.45%
G = 12.04%
B = 67.51%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#492BF1 (or 0x492BF1) is known color: Han Purple. HEX triplet: 49, 2B and F1. RGB value is (73,43,241). Sum of RGB (Red+Green+Blue) = 73+43+241=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 241 (94.53% from 255 or 67.51% from 357); Max value from RGB is 241 - color contains mainly: blue. Hex color #492BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492BF1 is #B6D40E. Grayscale: #494949. Windows color (decimal): -11981839 or 15805257. OLE color: 15805257.

HSL color Cylindrical-coordinate representation of color #492BF1: hue angle of 249.09º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #492BF1 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 43 241 -
CMYK 0.70 0.82 0 0.05
HSL 249.09º 0.88% 0.56% -
HSV(B) 249.09º 0.82% 0.95% -
XYZ 19.49 9.5 84.02 -
YUV 74.54 221.94 126.9 -
System Red Green Blue C M Y K H S L
Decimal 73 43 241 0.70 0.82 0 0.05 249.09 0.88 0.56
Hex 49 2B F1 46 52 0 5 F9 58 38
Octal 111 53 361 106 122 0 5 371 130 70
Binary 1001001 101011 11110001 1000110 1010010 0 101 11111001 1011000 111000

Color Harmonies of #492BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BF1

Black with #492BF1

Text Example


Text Example

White with #492BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,43,241); }

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

background-color css

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

 a { background-color: rgb(73,43,241); }

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

border-color css

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

 span { border-color: rgb(73,43,241); }

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