Html Css Color HEX #491BEB Han Purple

📋 copy color: '#491BEB'

red 73 ◦ green 27 ◦ blue 235

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

Shades of Han Purple #491BEB

Tints of Han Purple #491BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.15%

R = 21.79%
G = 8.06%
B = 70.15%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#491BEB (or 0x491BEB) is known color: Han Purple. HEX triplet: 49, 1B and EB. RGB value is (73,27,235). Sum of RGB (Red+Green+Blue) = 73+27+235=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #491BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491BEB is #B6E414. Grayscale: #3F3F3F. Windows color (decimal): -11985941 or 15407945. OLE color: 15407945.

HSL color Cylindrical-coordinate representation of color #491BEB: hue angle of 253.27º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491BEB is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 27 235 -
CMYK 0.69 0.89 0 0.08
HSL 253.27º 0.84% 0.51% -
HSV(B) 253.27º 0.89% 0.92% -
XYZ 18.13 8.2 79.22 -
YUV 64.47 224.24 134.09 -
System Red Green Blue C M Y K H S L
Decimal 73 27 235 0.69 0.89 0 0.08 253.27 0.84 0.51
Hex 49 1B EB 45 59 0 8 FD 54 33
Octal 111 33 353 105 131 0 10 375 124 63
Binary 1001001 11011 11101011 1000101 1011001 0 1000 11111101 1010100 110011

Color Harmonies of #491BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491BEB

Black with #491BEB

Text Example


Text Example

White with #491BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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