Html Css Color HEX #492DFA Han Purple

📋 copy color: '#492DFA'

red 73 ◦ green 45 ◦ blue 250

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

Shades of Han Purple #492DFA

Tints of Han Purple #492DFA

RGB

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

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

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

R = 19.84%
G = 12.23%
B = 67.93%

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

#492DFA (or 0x492DFA) is known color: Han Purple. HEX triplet: 49, 2D and FA. RGB value is (73,45,250). Sum of RGB (Red+Green+Blue) = 73+45+250=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #492DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492DFA is #B6D205. Grayscale: #4B4B4B. Windows color (decimal): -11981318 or 16395593. OLE color: 16395593.

HSL color Cylindrical-coordinate representation of color #492DFA: hue angle of 248.2º degrees, saturation: 0.95, 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 #492DFA is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 45 250 -
CMYK 0.71 0.82 0 0.02
HSL 248.2º 0.95% 0.58% -
HSV(B) 248.2º 0.82% 0.98% -
XYZ 20.94 10.2 91.31 -
YUV 76.74 225.78 125.33 -
System Red Green Blue C M Y K H S L
Decimal 73 45 250 0.71 0.82 0 0.02 248.2 0.95 0.58
Hex 49 2D FA 47 52 0 2 F8 5F 3A
Octal 111 55 372 107 122 0 2 370 137 72
Binary 1001001 101101 11111010 1000111 1010010 0 10 11111000 1011111 111010

Color Harmonies of #492DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492DFA

Black with #492DFA

Text Example


Text Example

White with #492DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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