Html Css Color HEX #491EDC Han Purple

📋 copy color: '#491EDC'

red 73 ◦ green 30 ◦ blue 220

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

Shades of Han Purple #491EDC

Tints of Han Purple #491EDC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.29%

 BLUE value IS 220 (86.33% from 255) = 68.11%

R = 22.6%
G = 9.29%
B = 68.11%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#491EDC (or 0x491EDC) is known color: Han Purple. HEX triplet: 49, 1E and DC. RGB value is (73,30,220). Sum of RGB (Red+Green+Blue) = 73+30+220=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 220 (86.33% from 255 or 68.11% from 323); Max value from RGB is 220 - color contains mainly: blue. Hex color #491EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491EDC is #B6E123. Grayscale: #3F3F3F. Windows color (decimal): -11985188 or 14425673. OLE color: 14425673.

HSL color Cylindrical-coordinate representation of color #491EDC: hue angle of 253.58º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491EDC is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 30 220 -
CMYK 0.67 0.86 0 0.14
HSL 253.58º 0.76% 0.49% -
HSV(B) 253.58º 0.86% 0.86% -
XYZ 16.13 7.51 68.31 -
YUV 64.52 215.75 134.05 -
System Red Green Blue C M Y K H S L
Decimal 73 30 220 0.67 0.86 0 0.14 253.58 0.76 0.49
Hex 49 1E DC 43 56 0 E FE 4C 31
Octal 111 36 334 103 126 0 16 376 114 61
Binary 1001001 11110 11011100 1000011 1010110 0 1110 11111110 1001100 110001

Color Harmonies of #491EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491EDC

Black with #491EDC

Text Example


Text Example

White with #491EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,30,220); }

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

background-color css

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

 a { background-color: rgb(73,30,220); }

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

border-color css

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

 span { border-color: rgb(73,30,220); }

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