Html Css Color HEX #492CFA Han Purple

📋 copy color: '#492CFA'

red 73 ◦ green 44 ◦ blue 250

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

Shades of Han Purple #492CFA

Tints of Han Purple #492CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.99%

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

R = 19.89%
G = 11.99%
B = 68.12%

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

#492CFA (or 0x492CFA) is known color: Han Purple. HEX triplet: 49, 2C and FA. RGB value is (73,44,250). Sum of RGB (Red+Green+Blue) = 73+44+250=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #492CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492CFA is #B6D305. Grayscale: #4B4B4B. Windows color (decimal): -11981574 or 16395337. OLE color: 16395337.

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

Color convert

RGB 73 44 250 -
CMYK 0.71 0.82 0 0.02
HSL 248.45º 0.95% 0.58% -
HSV(B) 248.45º 0.82% 0.98% -
XYZ 20.9 10.12 91.29 -
YUV 76.16 226.11 125.75 -
System Red Green Blue C M Y K H S L
Decimal 73 44 250 0.71 0.82 0 0.02 248.45 0.95 0.58
Hex 49 2C FA 47 52 0 2 F8 5F 3A
Octal 111 54 372 107 122 0 2 370 137 72
Binary 1001001 101100 11111010 1000111 1010010 0 10 11111000 1011111 111010

Color Harmonies of #492CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492CFA

Black with #492CFA

Text Example


Text Example

White with #492CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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