Html Css Color HEX #741AF1 Electric Indigo

📋 copy color: '#741AF1'

red 116 ◦ green 26 ◦ blue 241

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

Shades of Electric Indigo #741AF1

Tints of Electric Indigo #741AF1

RGB

 RED value IS 116 (45.7% from 255) = 30.29%

 GREEN value IS 26 (10.55% from 255) = 6.79%

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

R = 30.29%
G = 6.79%
B = 62.92%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#741AF1 (or 0x741AF1) is known color: Electric Indigo. HEX triplet: 74, 1A and F1. RGB value is (116,26,241). Sum of RGB (Red+Green+Blue) = 116+26+241=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 241 (94.53% from 255 or 62.92% from 383); Max value from RGB is 241 - color contains mainly: blue. Hex color #741AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741AF1 is #8BE50E. Grayscale: #4C4C4C. Windows color (decimal): -9168143 or 15800948. OLE color: 15800948.

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

Color convert

RGB 116 26 241 -
CMYK 0.52 0.89 0 0.05
HSL 265.12º 0.88% 0.52% -
HSV(B) 265.12º 0.89% 0.95% -
XYZ 23.45 10.8 84.07 -
YUV 77.42 220.32 155.52 -
System Red Green Blue C M Y K H S L
Decimal 116 26 241 0.52 0.89 0 0.05 265.12 0.88 0.52
Hex 74 1A F1 34 59 0 5 109 58 34
Octal 164 32 361 64 131 0 5 411 130 64
Binary 1110100 11010 11110001 110100 1011001 0 101 100001001 1011000 110100

Color Harmonies of #741AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741AF1

Black with #741AF1

Text Example


Text Example

White with #741AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741AF1; }

 p { color: rgb(116,26,241); }

 H1.HeaderClassName
 {
   color: #741AF1;
 }
 .AnyTagClassName
 {
   color: #741AF1;
 }
</style>

background-color css

<style>
 a { background-color: #741AF1; }

 a { background-color: rgb(116,26,241); }

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

border-color css

<style>
 span { border-color: #741AF1; }

 span { border-color: rgb(116,26,241); }

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