Html Css Color HEX #4811F1 Han Purple

📋 copy color: '#4811F1'

red 72 ◦ green 17 ◦ blue 241

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

Shades of Han Purple #4811F1

Tints of Han Purple #4811F1

RGB

 RED value IS 72 (28.52% from 255) = 21.82%

 GREEN value IS 17 (7.03% from 255) = 5.15%

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

R = 21.82%
G = 5.15%
B = 73.03%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4811F1 (or 0x4811F1) is known color: Han Purple. HEX triplet: 48, 11 and F1. RGB value is (72,17,241). Sum of RGB (Red+Green+Blue) = 72+17+241=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 241 (94.53% from 255 or 73.03% from 330); Max value from RGB is 241 - color contains mainly: blue. Hex color #4811F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4811F1 is #B7EE0E. Grayscale: #3A3A3A. Windows color (decimal): -12054031 or 15798600. OLE color: 15798600.

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

Color convert

RGB 72 17 241 -
CMYK 0.70 0.93 0 0.05
HSL 254.73º 0.89% 0.51% -
HSV(B) 254.73º 0.93% 0.95% -
XYZ 18.75 8.13 83.8 -
YUV 58.98 230.72 137.29 -
System Red Green Blue C M Y K H S L
Decimal 72 17 241 0.70 0.93 0 0.05 254.73 0.89 0.51
Hex 48 11 F1 46 5D 0 5 FF 59 33
Octal 110 21 361 106 135 0 5 377 131 63
Binary 1001000 10001 11110001 1000110 1011101 0 101 11111111 1011001 110011

Color Harmonies of #4811F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4811F1

Black with #4811F1

Text Example


Text Example

White with #4811F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,17,241); }

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

background-color css

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

 a { background-color: rgb(72,17,241); }

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

border-color css

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

 span { border-color: rgb(72,17,241); }

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