Html Css Color HEX #491CEF Han Purple

📋 copy color: '#491CEF'

red 73 ◦ green 28 ◦ blue 239

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

Shades of Han Purple #491CEF

Tints of Han Purple #491CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.29%

R = 21.47%
G = 8.24%
B = 70.29%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#491CEF (or 0x491CEF) is known color: Han Purple. HEX triplet: 49, 1C and EF. RGB value is (73,28,239). Sum of RGB (Red+Green+Blue) = 73+28+239=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #491CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491CEF is #B6E310. Grayscale: #404040. Windows color (decimal): -11985681 or 15670345. OLE color: 15670345.

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

Color convert

RGB 73 28 239 -
CMYK 0.69 0.88 0 0.06
HSL 252.8º 0.87% 0.52% -
HSV(B) 252.8º 0.88% 0.94% -
XYZ 18.74 8.48 82.31 -
YUV 65.51 225.91 133.34 -
System Red Green Blue C M Y K H S L
Decimal 73 28 239 0.69 0.88 0 0.06 252.8 0.87 0.52
Hex 49 1C EF 45 58 0 6 FD 57 34
Octal 111 34 357 105 130 0 6 375 127 64
Binary 1001001 11100 11101111 1000101 1011000 0 110 11111101 1010111 110100

Color Harmonies of #491CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491CEF

Black with #491CEF

Text Example


Text Example

White with #491CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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