Html Css Color HEX #491DDE Han Purple

📋 copy color: '#491DDE'

red 73 ◦ green 29 ◦ blue 222

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

Shades of Han Purple #491DDE

Tints of Han Purple #491DDE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.95%

 BLUE value IS 222 (87.11% from 255) = 68.52%

R = 22.53%
G = 8.95%
B = 68.52%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#491DDE (or 0x491DDE) is known color: Han Purple. HEX triplet: 49, 1D and DE. RGB value is (73,29,222). Sum of RGB (Red+Green+Blue) = 73+29+222=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #491DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491DDE is #B6E221. Grayscale: #3F3F3F. Windows color (decimal): -11985442 or 14556489. OLE color: 14556489.

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

Color convert

RGB 73 29 222 -
CMYK 0.67 0.87 0 0.13
HSL 253.68º 0.77% 0.49% -
HSV(B) 253.68º 0.87% 0.87% -
XYZ 16.37 7.57 69.71 -
YUV 64.16 217.08 134.31 -
System Red Green Blue C M Y K H S L
Decimal 73 29 222 0.67 0.87 0 0.13 253.68 0.77 0.49
Hex 49 1D DE 43 57 0 D FE 4D 31
Octal 111 35 336 103 127 0 15 376 115 61
Binary 1001001 11101 11011110 1000011 1010111 0 1101 11111110 1001101 110001

Color Harmonies of #491DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491DDE

Black with #491DDE

Text Example


Text Example

White with #491DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,29,222); }

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

background-color css

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

 a { background-color: rgb(73,29,222); }

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

border-color css

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

 span { border-color: rgb(73,29,222); }

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