Html Css Color HEX #491DFF Han Purple

📋 copy color: '#491DFF'

red 73 ◦ green 29 ◦ blue 255

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

Shades of Han Purple #491DFF

Tints of Han Purple #491DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.43%

R = 20.45%
G = 8.12%
B = 71.43%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#491DFF (or 0x491DFF) is known color: Han Purple. HEX triplet: 49, 1D and FF. RGB value is (73,29,255). Sum of RGB (Red+Green+Blue) = 73+29+255=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #491DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491DFF is #B6E200. Grayscale: #434343. Windows color (decimal): -11985409 or 16719177. OLE color: 16719177.

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

Color convert

RGB 73 29 255 -
CMYK 0.71 0.89 0 0
HSL 251.68º 1% 0.56% -
HSV(B) 251.68º 0.89% 1% -
XYZ 21.24 9.52 95.33 -
YUV 67.92 233.58 131.62 -
System Red Green Blue C M Y K H S L
Decimal 73 29 255 0.71 0.89 0 0 251.68 1 0.56
Hex 49 1D FF 47 59 0 0 FC 64 38
Octal 111 35 377 107 131 0 0 374 144 70
Binary 1001001 11101 11111111 1000111 1011001 0 0 11111100 1100100 111000

Color Harmonies of #491DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491DFF

Black with #491DFF

Text Example


Text Example

White with #491DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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