#741AF1

Color #741AF1 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #741AF1

Tints of Electric Indigo #741AF1

Color information

#741AF1 (or 0x741AF1) is unknown color: approx 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

RGB11626241-
CMYK0.520.8900.05
HSL265.12º88.48%52.35%-
HSV(B)265.12º89.21%94.51%-
XYZ23.4510.884.07-
YUV77.42220.32155.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% 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 (Cyan) values IS 0.52
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal116262410.520.8900.05265.1288.4852.35
Hex741AF13459051095834
Octal16432361641310541113064
Binary11101001101011110001110100101100101011000010011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>