Html Css Color HEX #491CE0 Han Purple

📋 copy color: '#491CE0'

red 73 ◦ green 28 ◦ blue 224

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

Shades of Han Purple #491CE0

Tints of Han Purple #491CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 68.92%

R = 22.46%
G = 8.62%
B = 68.92%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#491CE0 (or 0x491CE0) is known color: Han Purple. HEX triplet: 49, 1C and E0. RGB value is (73,28,224). Sum of RGB (Red+Green+Blue) = 73+28+224=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 224 (87.89% from 255 or 68.92% from 325); Max value from RGB is 224 - color contains mainly: blue. Hex color #491CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491CE0 is #B6E31F. Grayscale: #3F3F3F. Windows color (decimal): -11985696 or 14687305. OLE color: 14687305.

HSL color Cylindrical-coordinate representation of color #491CE0: hue angle of 253.78º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491CE0 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 28 224 -
CMYK 0.67 0.88 0 0.12
HSL 253.78º 0.78% 0.49% -
HSV(B) 253.78º 0.88% 0.88% -
XYZ 16.62 7.63 71.12 -
YUV 63.8 218.41 134.56 -
System Red Green Blue C M Y K H S L
Decimal 73 28 224 0.67 0.88 0 0.12 253.78 0.78 0.49
Hex 49 1C E0 43 58 0 C FE 4E 31
Octal 111 34 340 103 130 0 14 376 116 61
Binary 1001001 11100 11100000 1000011 1011000 0 1100 11111110 1001110 110001

Color Harmonies of #491CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491CE0

Black with #491CE0

Text Example


Text Example

White with #491CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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