Html Css Color HEX #491CDA Han Purple

📋 copy color: '#491CDA'

red 73 ◦ green 28 ◦ blue 218

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

Shades of Han Purple #491CDA

Tints of Han Purple #491CDA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.78%

 BLUE value IS 218 (85.55% from 255) = 68.34%

R = 22.88%
G = 8.78%
B = 68.34%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#491CDA (or 0x491CDA) is known color: Han Purple. HEX triplet: 49, 1C and DA. RGB value is (73,28,218). Sum of RGB (Red+Green+Blue) = 73+28+218=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #491CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491CDA is #B6E325. Grayscale: #3E3E3E. Windows color (decimal): -11985702 or 14294089. OLE color: 14294089.

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

Color convert

RGB 73 28 218 -
CMYK 0.67 0.87 0 0.15
HSL 254.21º 0.77% 0.48% -
HSV(B) 254.21º 0.87% 0.85% -
XYZ 15.82 7.31 66.91 -
YUV 63.12 215.41 135.05 -
System Red Green Blue C M Y K H S L
Decimal 73 28 218 0.67 0.87 0 0.15 254.21 0.77 0.48
Hex 49 1C DA 43 57 0 F FE 4D 30
Octal 111 34 332 103 127 0 17 376 115 60
Binary 1001001 11100 11011010 1000011 1010111 0 1111 11111110 1001101 110000

Color Harmonies of #491CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491CDA

Black with #491CDA

Text Example


Text Example

White with #491CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,28,218); }

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

background-color css

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

 a { background-color: rgb(73,28,218); }

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

border-color css

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

 span { border-color: rgb(73,28,218); }

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