Html Css Color HEX #491ADC Han Purple

📋 copy color: '#491ADC'

red 73 ◦ green 26 ◦ blue 220

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

Shades of Han Purple #491ADC

Tints of Han Purple #491ADC

RGB

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

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

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

R = 22.88%
G = 8.15%
B = 68.97%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#491ADC (or 0x491ADC) is known color: Han Purple. HEX triplet: 49, 1A and DC. RGB value is (73,26,220). Sum of RGB (Red+Green+Blue) = 73+26+220=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #491ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ADC is #B6E523. Grayscale: #3D3D3D. Windows color (decimal): -11986212 or 14424649. OLE color: 14424649.

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

Color convert

RGB 73 26 220 -
CMYK 0.67 0.88 0 0.14
HSL 254.54º 0.79% 0.48% -
HSV(B) 254.54º 0.88% 0.86% -
XYZ 16.04 7.32 68.28 -
YUV 62.17 217.07 135.73 -
System Red Green Blue C M Y K H S L
Decimal 73 26 220 0.67 0.88 0 0.14 254.54 0.79 0.48
Hex 49 1A DC 43 58 0 E FF 4F 30
Octal 111 32 334 103 130 0 16 377 117 60
Binary 1001001 11010 11011100 1000011 1011000 0 1110 11111111 1001111 110000

Color Harmonies of #491ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491ADC

Black with #491ADC

Text Example


Text Example

White with #491ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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