Html Css Color HEX #841CF1 Blue Violet

📋 copy color: '#841CF1'

red 132 ◦ green 28 ◦ blue 241

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

Shades of Blue Violet #841CF1

Tints of Blue Violet #841CF1

RGB

 RED value IS 132 (51.95% from 255) = 32.92%

 GREEN value IS 28 (11.33% from 255) = 6.98%

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

R = 32.92%
G = 6.98%
B = 60.1%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#841CF1 (or 0x841CF1) is known color: Blue Violet. HEX triplet: 84, 1C and F1. RGB value is (132,28,241). Sum of RGB (Red+Green+Blue) = 132+28+241=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #841CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841CF1 is #7BE30E. Grayscale: #525252. Windows color (decimal): -8119055 or 15801476. OLE color: 15801476.

HSL color Cylindrical-coordinate representation of color #841CF1: hue angle of 269.3º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841CF1 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 28 241 -
CMYK 0.45 0.88 0 0.05
HSL 269.3º 0.88% 0.53% -
HSV(B) 269.3º 0.88% 0.95% -
XYZ 25.81 12.09 84.19 -
YUV 83.38 216.96 162.68 -
System Red Green Blue C M Y K H S L
Decimal 132 28 241 0.45 0.88 0 0.05 269.3 0.88 0.53
Hex 84 1C F1 2D 58 0 5 10D 58 35
Octal 204 34 361 55 130 0 5 415 130 65
Binary 10000100 11100 11110001 101101 1011000 0 101 100001101 1011000 110101

Color Harmonies of #841CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841CF1

Black with #841CF1

Text Example


Text Example

White with #841CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841CF1; }

 p { color: rgb(132,28,241); }

 H1.HeaderClassName
 {
   color: #841CF1;
 }
 .AnyTagClassName
 {
   color: #841CF1;
 }
</style>

background-color css

<style>
 a { background-color: #841CF1; }

 a { background-color: rgb(132,28,241); }

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

border-color css

<style>
 span { border-color: #841CF1; }

 span { border-color: rgb(132,28,241); }

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