Html Css Color HEX #491ADD Han Purple

📋 copy color: '#491ADD'

red 73 ◦ green 26 ◦ blue 221

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

Shades of Han Purple #491ADD

Tints of Han Purple #491ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.13%

 BLUE value IS 221 (86.72% from 255) = 69.06%

R = 22.81%
G = 8.13%
B = 69.06%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#491ADD (or 0x491ADD) is known color: Han Purple. HEX triplet: 49, 1A and DD. RGB value is (73,26,221). Sum of RGB (Red+Green+Blue) = 73+26+221=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #491ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ADD is #B6E522. Grayscale: #3D3D3D. Windows color (decimal): -11986211 or 14490185. OLE color: 14490185.

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

Color convert

RGB 73 26 221 -
CMYK 0.67 0.88 0 0.13
HSL 254.46º 0.79% 0.48% -
HSV(B) 254.46º 0.88% 0.87% -
XYZ 16.17 7.38 68.98 -
YUV 62.28 217.57 135.64 -
System Red Green Blue C M Y K H S L
Decimal 73 26 221 0.67 0.88 0 0.13 254.46 0.79 0.48
Hex 49 1A DD 43 58 0 D FE 4F 30
Octal 111 32 335 103 130 0 15 376 117 60
Binary 1001001 11010 11011101 1000011 1011000 0 1101 11111110 1001111 110000

Color Harmonies of #491ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491ADD

Black with #491ADD

Text Example


Text Example

White with #491ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,26,221); }

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

background-color css

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

 a { background-color: rgb(73,26,221); }

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

border-color css

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

 span { border-color: rgb(73,26,221); }

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