Html Css Color HEX #4918F1 Han Purple

📋 copy color: '#4918F1'

red 73 ◦ green 24 ◦ blue 241

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

Shades of Han Purple #4918F1

Tints of Han Purple #4918F1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.1%

 BLUE value IS 241 (94.53% from 255) = 71.3%

R = 21.6%
G = 7.1%
B = 71.3%

CMYK

 C value IS 0.70

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4918F1 (or 0x4918F1) is known color: Han Purple. HEX triplet: 49, 18 and F1. RGB value is (73,24,241). Sum of RGB (Red+Green+Blue) = 73+24+241=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 241 (94.53% from 255 or 71.30% from 338); Max value from RGB is 241 - color contains mainly: blue. Hex color #4918F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4918F1 is #B6E70E. Grayscale: #3E3E3E. Windows color (decimal): -11986703 or 15800393. OLE color: 15800393.

HSL color Cylindrical-coordinate representation of color #4918F1: hue angle of 253.55º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4918F1 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 24 241 -
CMYK 0.70 0.90 0 0.05
HSL 253.55º 0.89% 0.52% -
HSV(B) 253.55º 0.9% 0.95% -
XYZ 18.95 8.42 83.85 -
YUV 63.39 228.23 134.86 -
System Red Green Blue C M Y K H S L
Decimal 73 24 241 0.70 0.90 0 0.05 253.55 0.89 0.52
Hex 49 18 F1 46 5A 0 5 FE 59 34
Octal 111 30 361 106 132 0 5 376 131 64
Binary 1001001 11000 11110001 1000110 1011010 0 101 11111110 1011001 110100

Color Harmonies of #4918F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4918F1

Black with #4918F1

Text Example


Text Example

White with #4918F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4918F1; }

 p { color: rgb(73,24,241); }

 H1.HeaderClassName
 {
   color: #4918F1;
 }
 .AnyTagClassName
 {
   color: #4918F1;
 }
</style>

background-color css

<style>
 a { background-color: #4918F1; }

 a { background-color: rgb(73,24,241); }

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

border-color css

<style>
 span { border-color: #4918F1; }

 span { border-color: rgb(73,24,241); }

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