Html Css Color HEX #491DEC Han Purple

📋 copy color: '#491DEC'

red 73 ◦ green 29 ◦ blue 236

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

Shades of Han Purple #491DEC

Tints of Han Purple #491DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 69.82%

R = 21.6%
G = 8.58%
B = 69.82%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#491DEC (or 0x491DEC) is known color: Han Purple. HEX triplet: 49, 1D and EC. RGB value is (73,29,236). Sum of RGB (Red+Green+Blue) = 73+29+236=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 236 (92.58% from 255 or 69.82% from 338); Max value from RGB is 236 - color contains mainly: blue. Hex color #491DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491DEC is #B6E213. Grayscale: #404040. Windows color (decimal): -11985428 or 15473993. OLE color: 15473993.

HSL color Cylindrical-coordinate representation of color #491DEC: hue angle of 252.75º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491DEC is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 29 236 -
CMYK 0.69 0.88 0 0.07
HSL 252.75º 0.84% 0.52% -
HSV(B) 252.75º 0.88% 0.93% -
XYZ 18.33 8.35 80 -
YUV 65.75 224.08 133.17 -
System Red Green Blue C M Y K H S L
Decimal 73 29 236 0.69 0.88 0 0.07 252.75 0.84 0.52
Hex 49 1D EC 45 58 0 7 FD 54 34
Octal 111 35 354 105 130 0 7 375 124 64
Binary 1001001 11101 11101100 1000101 1011000 0 111 11111101 1010100 110100

Color Harmonies of #491DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491DEC

Black with #491DEC

Text Example


Text Example

White with #491DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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