Html Css Color HEX #492DFB Han Purple

📋 copy color: '#492DFB'

red 73 ◦ green 45 ◦ blue 251

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

Shades of Han Purple #492DFB

Tints of Han Purple #492DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.2%

 BLUE value IS 251 (98.44% from 255) = 68.02%

R = 19.78%
G = 12.2%
B = 68.02%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#492DFB (or 0x492DFB) is known color: Han Purple. HEX triplet: 49, 2D and FB. RGB value is (73,45,251). Sum of RGB (Red+Green+Blue) = 73+45+251=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 251 (98.44% from 255 or 68.02% from 369); Max value from RGB is 251 - color contains mainly: blue. Hex color #492DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492DFB is #B6D204. Grayscale: #4C4C4C. Windows color (decimal): -11981317 or 16461129. OLE color: 16461129.

HSL color Cylindrical-coordinate representation of color #492DFB: hue angle of 248.16º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #492DFB is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 45 251 -
CMYK 0.71 0.82 0 0.02
HSL 248.16º 0.96% 0.58% -
HSV(B) 248.16º 0.82% 0.98% -
XYZ 21.1 10.26 92.13 -
YUV 76.86 226.28 125.25 -
System Red Green Blue C M Y K H S L
Decimal 73 45 251 0.71 0.82 0 0.02 248.16 0.96 0.58
Hex 49 2D FB 47 52 0 2 F8 60 3A
Octal 111 55 373 107 122 0 2 370 140 72
Binary 1001001 101101 11111011 1000111 1010010 0 10 11111000 1100000 111010

Color Harmonies of #492DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492DFB

Black with #492DFB

Text Example


Text Example

White with #492DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,45,251); }

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

background-color css

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

 a { background-color: rgb(73,45,251); }

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

border-color css

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

 span { border-color: rgb(73,45,251); }

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