Html Css Color HEX #491DFA Han Purple

📋 copy color: '#491DFA'

red 73 ◦ green 29 ◦ blue 250

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

Shades of Han Purple #491DFA

Tints of Han Purple #491DFA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.24%

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

R = 20.74%
G = 8.24%
B = 71.02%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#491DFA (or 0x491DFA) is known color: Han Purple. HEX triplet: 49, 1D and FA. RGB value is (73,29,250). Sum of RGB (Red+Green+Blue) = 73+29+250=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 250 (98.05% from 255 or 71.02% from 352); Max value from RGB is 250 - color contains mainly: blue. Hex color #491DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491DFA is #B6E205. Grayscale: #424242. Windows color (decimal): -11985414 or 16391497. OLE color: 16391497.

HSL color Cylindrical-coordinate representation of color #491DFA: hue angle of 251.95º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491DFA is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 29 250 -
CMYK 0.71 0.88 0 0.02
HSL 251.95º 0.96% 0.55% -
HSV(B) 251.95º 0.88% 0.98% -
XYZ 20.44 9.2 91.14 -
YUV 67.35 231.08 132.03 -
System Red Green Blue C M Y K H S L
Decimal 73 29 250 0.71 0.88 0 0.02 251.95 0.96 0.55
Hex 49 1D FA 47 58 0 2 FC 60 37
Octal 111 35 372 107 130 0 2 374 140 67
Binary 1001001 11101 11111010 1000111 1011000 0 10 11111100 1100000 110111

Color Harmonies of #491DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491DFA

Black with #491DFA

Text Example


Text Example

White with #491DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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