Html Css Color HEX #491DE0 Han Purple

📋 copy color: '#491DE0'

red 73 ◦ green 29 ◦ blue 224

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

Shades of Han Purple #491DE0

Tints of Han Purple #491DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 68.71%

R = 22.39%
G = 8.9%
B = 68.71%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#491DE0 (or 0x491DE0) is known color: Han Purple. HEX triplet: 49, 1D and E0. RGB value is (73,29,224). Sum of RGB (Red+Green+Blue) = 73+29+224=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 224 (87.89% from 255 or 68.71% from 326); Max value from RGB is 224 - color contains mainly: blue. Hex color #491DE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491DE0 is #B6E21F. Grayscale: #3F3F3F. Windows color (decimal): -11985440 or 14687561. OLE color: 14687561.

HSL color Cylindrical-coordinate representation of color #491DE0: hue angle of 253.54º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491DE0 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 29 224 -
CMYK 0.67 0.87 0 0.12
HSL 253.54º 0.77% 0.5% -
HSV(B) 253.54º 0.87% 0.88% -
XYZ 16.64 7.68 71.13 -
YUV 64.39 218.08 134.14 -
System Red Green Blue C M Y K H S L
Decimal 73 29 224 0.67 0.87 0 0.12 253.54 0.77 0.5
Hex 49 1D E0 43 57 0 C FE 4D 32
Octal 111 35 340 103 127 0 14 376 115 62
Binary 1001001 11101 11100000 1000011 1010111 0 1100 11111110 1001101 110010

Color Harmonies of #491DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491DE0

Black with #491DE0

Text Example


Text Example

White with #491DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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