Html Css Color HEX #491BDA Han Purple

📋 copy color: '#491BDA'

red 73 ◦ green 27 ◦ blue 218

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

Shades of Han Purple #491BDA

Tints of Han Purple #491BDA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.49%

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

R = 22.96%
G = 8.49%
B = 68.55%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#491BDA (or 0x491BDA) is known color: Han Purple. HEX triplet: 49, 1B and DA. RGB value is (73,27,218). Sum of RGB (Red+Green+Blue) = 73+27+218=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #491BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491BDA is #B6E425. Grayscale: #3D3D3D. Windows color (decimal): -11985958 or 14293833. OLE color: 14293833.

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

Color convert

RGB 73 27 218 -
CMYK 0.67 0.88 0 0.15
HSL 254.45º 0.78% 0.48% -
HSV(B) 254.45º 0.88% 0.85% -
XYZ 15.79 7.26 66.9 -
YUV 62.53 215.74 135.47 -
System Red Green Blue C M Y K H S L
Decimal 73 27 218 0.67 0.88 0 0.15 254.45 0.78 0.48
Hex 49 1B DA 43 58 0 F FE 4E 30
Octal 111 33 332 103 130 0 17 376 116 60
Binary 1001001 11011 11011010 1000011 1011000 0 1111 11111110 1001110 110000

Color Harmonies of #491BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491BDA

Black with #491BDA

Text Example


Text Example

White with #491BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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