Html Css Color HEX #492DFD Han Purple

📋 copy color: '#492DFD'

red 73 ◦ green 45 ◦ blue 253

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

Shades of Han Purple #492DFD

Tints of Han Purple #492DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.19%

R = 19.68%
G = 12.13%
B = 68.19%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#492DFD (or 0x492DFD) is known color: Han Purple. HEX triplet: 49, 2D and FD. RGB value is (73,45,253). Sum of RGB (Red+Green+Blue) = 73+45+253=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #492DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492DFD is #B6D202. Grayscale: #4C4C4C. Windows color (decimal): -11981315 or 16592201. OLE color: 16592201.

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

Color convert

RGB 73 45 253 -
CMYK 0.71 0.82 0 0.01
HSL 248.08º 0.98% 0.58% -
HSV(B) 248.08º 0.82% 0.99% -
XYZ 21.42 10.39 93.8 -
YUV 77.08 227.28 125.09 -
System Red Green Blue C M Y K H S L
Decimal 73 45 253 0.71 0.82 0 0.01 248.08 0.98 0.58
Hex 49 2D FD 47 52 0 1 F8 62 3A
Octal 111 55 375 107 122 0 1 370 142 72
Binary 1001001 101101 11111101 1000111 1010010 0 1 11111000 1100010 111010

Color Harmonies of #492DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492DFD

Black with #492DFD

Text Example


Text Example

White with #492DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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