Html Css Color HEX #4912F1 Han Purple

📋 copy color: '#4912F1'

red 73 ◦ green 18 ◦ blue 241

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

Shades of Han Purple #4912F1

Tints of Han Purple #4912F1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.42%

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

R = 21.99%
G = 5.42%
B = 72.59%

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

#4912F1 (or 0x4912F1) is known color: Han Purple. HEX triplet: 49, 12 and F1. RGB value is (73,18,241). Sum of RGB (Red+Green+Blue) = 73+18+241=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 241 (94.53% from 255 or 72.59% from 332); Max value from RGB is 241 - color contains mainly: blue. Hex color #4912F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4912F1 is #B6ED0E. Grayscale: #3B3B3B. Windows color (decimal): -11988239 or 15798857. OLE color: 15798857.

HSL color Cylindrical-coordinate representation of color #4912F1: hue angle of 254.8º 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 #4912F1 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 18 241 -
CMYK 0.70 0.93 0 0.05
HSL 254.8º 0.89% 0.51% -
HSV(B) 254.8º 0.93% 0.95% -
XYZ 18.84 8.2 83.81 -
YUV 59.87 230.22 137.37 -
System Red Green Blue C M Y K H S L
Decimal 73 18 241 0.70 0.93 0 0.05 254.8 0.89 0.51
Hex 49 12 F1 46 5D 0 5 FF 59 33
Octal 111 22 361 106 135 0 5 377 131 63
Binary 1001001 10010 11110001 1000110 1011101 0 101 11111111 1011001 110011

Color Harmonies of #4912F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4912F1

Black with #4912F1

Text Example


Text Example

White with #4912F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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