Html Css Color HEX #492BFA Han Purple

📋 copy color: '#492BFA'

red 73 ◦ green 43 ◦ blue 250

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

Shades of Han Purple #492BFA

Tints of Han Purple #492BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.31%

R = 19.95%
G = 11.75%
B = 68.31%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#492BFA (or 0x492BFA) is known color: Han Purple. HEX triplet: 49, 2B and FA. RGB value is (73,43,250). Sum of RGB (Red+Green+Blue) = 73+43+250=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #492BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492BFA is #B6D405. Grayscale: #4A4A4A. Windows color (decimal): -11981830 or 16395081. OLE color: 16395081.

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

Color convert

RGB 73 43 250 -
CMYK 0.71 0.83 0 0.02
HSL 248.7º 0.95% 0.57% -
HSV(B) 248.7º 0.83% 0.98% -
XYZ 20.87 10.05 91.28 -
YUV 75.57 226.44 126.17 -
System Red Green Blue C M Y K H S L
Decimal 73 43 250 0.71 0.83 0 0.02 248.7 0.95 0.57
Hex 49 2B FA 47 53 0 2 F9 5F 39
Octal 111 53 372 107 123 0 2 371 137 71
Binary 1001001 101011 11111010 1000111 1010011 0 10 11111001 1011111 111001

Color Harmonies of #492BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492BFA

Black with #492BFA

Text Example


Text Example

White with #492BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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