Html Css Color HEX #4611F1 Han Purple

📋 copy color: '#4611F1'

red 70 ◦ green 17 ◦ blue 241

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

Shades of Han Purple #4611F1

Tints of Han Purple #4611F1

RGB

 RED value IS 70 (27.73% from 255) = 21.34%

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

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

R = 21.34%
G = 5.18%
B = 73.48%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4611F1 (or 0x4611F1) is known color: Han Purple. HEX triplet: 46, 11 and F1. RGB value is (70,17,241). Sum of RGB (Red+Green+Blue) = 70+17+241=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 241 (94.53% from 255 or 73.48% from 328); Max value from RGB is 241 - color contains mainly: blue. Hex color #4611F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4611F1 is #B9EE0E. Grayscale: #393939. Windows color (decimal): -12185103 or 15798598. OLE color: 15798598.

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

Color convert

RGB 70 17 241 -
CMYK 0.71 0.93 0 0.05
HSL 254.2º 0.89% 0.51% -
HSV(B) 254.2º 0.93% 0.95% -
XYZ 18.6 8.05 83.79 -
YUV 58.38 231.06 136.29 -
System Red Green Blue C M Y K H S L
Decimal 70 17 241 0.71 0.93 0 0.05 254.2 0.89 0.51
Hex 46 11 F1 47 5D 0 5 FE 59 33
Octal 106 21 361 107 135 0 5 376 131 63
Binary 1000110 10001 11110001 1000111 1011101 0 101 11111110 1011001 110011

Color Harmonies of #4611F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4611F1

Black with #4611F1

Text Example


Text Example

White with #4611F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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