Html Css Color HEX #492AFD Han Purple

📋 copy color: '#492AFD'

red 73 ◦ green 42 ◦ blue 253

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

Shades of Han Purple #492AFD

Tints of Han Purple #492AFD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.41%

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

R = 19.84%
G = 11.41%
B = 68.75%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#492AFD (or 0x492AFD) is known color: Han Purple. HEX triplet: 49, 2A and FD. RGB value is (73,42,253). Sum of RGB (Red+Green+Blue) = 73+42+253=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #492AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492AFD is #B6D502. Grayscale: #4A4A4A. Windows color (decimal): -11982083 or 16591433. OLE color: 16591433.

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

Color convert

RGB 73 42 253 -
CMYK 0.71 0.83 0 0.01
HSL 248.82º 0.98% 0.58% -
HSV(B) 248.82º 0.83% 0.99% -
XYZ 21.31 10.16 93.77 -
YUV 75.32 228.27 126.34 -
System Red Green Blue C M Y K H S L
Decimal 73 42 253 0.71 0.83 0 0.01 248.82 0.98 0.58
Hex 49 2A FD 47 53 0 1 F9 62 3A
Octal 111 52 375 107 123 0 1 371 142 72
Binary 1001001 101010 11111101 1000111 1010011 0 1 11111001 1100010 111010

Color Harmonies of #492AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492AFD

Black with #492AFD

Text Example


Text Example

White with #492AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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