Html Css Color HEX #4910E1 Han Purple

📋 copy color: '#4910E1'

red 73 ◦ green 16 ◦ blue 225

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

Shades of Han Purple #4910E1

Tints of Han Purple #4910E1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.1%

 BLUE value IS 225 (88.28% from 255) = 71.66%

R = 23.25%
G = 5.1%
B = 71.66%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4910E1 (or 0x4910E1) is known color: Han Purple. HEX triplet: 49, 10 and E1. RGB value is (73,16,225). Sum of RGB (Red+Green+Blue) = 73+16+225=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 225 (88.28% from 255 or 71.66% from 314); Max value from RGB is 225 - color contains mainly: blue. Hex color #4910E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4910E1 is #B6EF1E. Grayscale: #383838. Windows color (decimal): -11988767 or 14749769. OLE color: 14749769.

HSL color Cylindrical-coordinate representation of color #4910E1: hue angle of 256.36º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4910E1 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 16 225 -
CMYK 0.68 0.93 0 0.12
HSL 256.36º 0.87% 0.47% -
HSV(B) 256.36º 0.93% 0.88% -
XYZ 16.52 7.22 71.76 -
YUV 56.87 222.88 139.51 -
System Red Green Blue C M Y K H S L
Decimal 73 16 225 0.68 0.93 0 0.12 256.36 0.87 0.47
Hex 49 10 E1 44 5D 0 C 100 57 2F
Octal 111 20 341 104 135 0 14 400 127 57
Binary 1001001 10000 11100001 1000100 1011101 0 1100 100000000 1010111 101111

Color Harmonies of #4910E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4910E1

Black with #4910E1

Text Example


Text Example

White with #4910E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4910E1; }

 p { color: rgb(73,16,225); }

 H1.HeaderClassName
 {
   color: #4910E1;
 }
 .AnyTagClassName
 {
   color: #4910E1;
 }
</style>

background-color css

<style>
 a { background-color: #4910E1; }

 a { background-color: rgb(73,16,225); }

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

border-color css

<style>
 span { border-color: #4910E1; }

 span { border-color: rgb(73,16,225); }

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