Html Css Color HEX #491CE6 Han Purple

📋 copy color: '#491CE6'

red 73 ◦ green 28 ◦ blue 230

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

Shades of Han Purple #491CE6

Tints of Han Purple #491CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 69.49%

R = 22.05%
G = 8.46%
B = 69.49%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#491CE6 (or 0x491CE6) is known color: Han Purple. HEX triplet: 49, 1C and E6. RGB value is (73,28,230). Sum of RGB (Red+Green+Blue) = 73+28+230=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 230 (90.23% from 255 or 69.49% from 331); Max value from RGB is 230 - color contains mainly: blue. Hex color #491CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491CE6 is #B6E319. Grayscale: #3F3F3F. Windows color (decimal): -11985690 or 15080521. OLE color: 15080521.

HSL color Cylindrical-coordinate representation of color #491CE6: hue angle of 253.37º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491CE6 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 73 28 230 -
CMYK 0.68 0.88 0 0.10
HSL 253.37º 0.8% 0.51% -
HSV(B) 253.37º 0.88% 0.9% -
XYZ 17.45 7.96 75.48 -
YUV 64.48 221.41 134.07 -
System Red Green Blue C M Y K H S L
Decimal 73 28 230 0.68 0.88 0 0.10 253.37 0.8 0.51
Hex 49 1C E6 44 58 0 A FD 50 33
Octal 111 34 346 104 130 0 12 375 120 63
Binary 1001001 11100 11100110 1000100 1011000 0 1010 11111101 1010000 110011

Color Harmonies of #491CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491CE6

Black with #491CE6

Text Example


Text Example

White with #491CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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