Html Css Color HEX #491BEF Han Purple

📋 copy color: '#491BEF'

red 73 ◦ green 27 ◦ blue 239

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

Shades of Han Purple #491BEF

Tints of Han Purple #491BEF

RGB

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

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

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

R = 21.53%
G = 7.96%
B = 70.5%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#491BEF (or 0x491BEF) is known color: Han Purple. HEX triplet: 49, 1B and EF. RGB value is (73,27,239). Sum of RGB (Red+Green+Blue) = 73+27+239=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #491BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491BEF is #B6E410. Grayscale: #404040. Windows color (decimal): -11985937 or 15670089. OLE color: 15670089.

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

Color convert

RGB 73 27 239 -
CMYK 0.69 0.89 0 0.06
HSL 253.02º 0.87% 0.52% -
HSV(B) 253.02º 0.89% 0.94% -
XYZ 18.72 8.43 82.3 -
YUV 64.92 226.24 133.76 -
System Red Green Blue C M Y K H S L
Decimal 73 27 239 0.69 0.89 0 0.06 253.02 0.87 0.52
Hex 49 1B EF 45 59 0 6 FD 57 34
Octal 111 33 357 105 131 0 6 375 127 64
Binary 1001001 11011 11101111 1000101 1011001 0 110 11111101 1010111 110100

Color Harmonies of #491BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491BEF

Black with #491BEF

Text Example


Text Example

White with #491BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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