Html Css Color HEX #491DFD Han Purple

📋 copy color: '#491DFD'

red 73 ◦ green 29 ◦ blue 253

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

Shades of Han Purple #491DFD

Tints of Han Purple #491DFD

RGB

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

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

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

R = 20.56%
G = 8.17%
B = 71.27%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#491DFD (or 0x491DFD) is known color: Han Purple. HEX triplet: 49, 1D and FD. RGB value is (73,29,253). Sum of RGB (Red+Green+Blue) = 73+29+253=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #491DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491DFD is #B6E202. Grayscale: #424242. Windows color (decimal): -11985411 or 16588105. OLE color: 16588105.

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

Color convert

RGB 73 29 253 -
CMYK 0.71 0.89 0 0.01
HSL 251.79º 0.98% 0.55% -
HSV(B) 251.79º 0.89% 0.99% -
XYZ 20.92 9.39 93.64 -
YUV 67.69 232.58 131.79 -
System Red Green Blue C M Y K H S L
Decimal 73 29 253 0.71 0.89 0 0.01 251.79 0.98 0.55
Hex 49 1D FD 47 59 0 1 FC 62 37
Octal 111 35 375 107 131 0 1 374 142 67
Binary 1001001 11101 11111101 1000111 1011001 0 1 11111100 1100010 110111

Color Harmonies of #491DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491DFD

Black with #491DFD

Text Example


Text Example

White with #491DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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