Html Css Color HEX #491DE6 Han Purple

📋 copy color: '#491DE6'

red 73 ◦ green 29 ◦ blue 230

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

Shades of Han Purple #491DE6

Tints of Han Purple #491DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 69.28%

R = 21.99%
G = 8.73%
B = 69.28%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#491DE6 (or 0x491DE6) is known color: Han Purple. HEX triplet: 49, 1D and E6. RGB value is (73,29,230). Sum of RGB (Red+Green+Blue) = 73+29+230=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 230 (90.23% from 255 or 69.28% from 332); Max value from RGB is 230 - color contains mainly: blue. Hex color #491DE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491DE6 is #B6E219. Grayscale: #404040. Windows color (decimal): -11985434 or 15080777. OLE color: 15080777.

HSL color Cylindrical-coordinate representation of color #491DE6: hue angle of 253.13º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491DE6 is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 73 29 230 -
CMYK 0.68 0.87 0 0.10
HSL 253.13º 0.8% 0.51% -
HSV(B) 253.13º 0.87% 0.9% -
XYZ 17.47 8.01 75.49 -
YUV 65.07 221.08 133.66 -
System Red Green Blue C M Y K H S L
Decimal 73 29 230 0.68 0.87 0 0.10 253.13 0.8 0.51
Hex 49 1D E6 44 57 0 A FD 50 33
Octal 111 35 346 104 127 0 12 375 120 63
Binary 1001001 11101 11100110 1000100 1010111 0 1010 11111101 1010000 110011

Color Harmonies of #491DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491DE6

Black with #491DE6

Text Example


Text Example

White with #491DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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