#741FFD

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

Shades of Electric Indigo #741FFD

Tints of Electric Indigo #741FFD

Color information

#741FFD (or 0x741FFD) is unknown color: approx Electric Indigo. HEX triplet: 74, 1F and FD. RGB value is (116,31,253). Sum of RGB (Red+Green+Blue) = 116+31+253=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #741FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741FFD is #8BE002. Grayscale: #505050. Windows color (decimal): -9166851 or 16588660. OLE color: 16588660.

HSL color Cylindrical-coordinate representation of color #741FFD: hue angle of 262.97º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741FFD is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11631253-
CMYK0.540.8800.01
HSL262.97º98.23%55.69%-
HSV(B)262.97º87.75%99.22%-
XYZ25.4211.7893.86-
YUV81.72224.66152.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29%
GREEN value IS 31 (12.5% from 255) = 7.75%
BLUE value IS 253 (99.22% from 255) = 63.25%
R=29%
G=7.75%
B=63.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal116312530.540.8800.01262.9798.2355.69
Hex741FFD3658011076238
Octal16437375661300140714270
Binary111010011111111111011101101011000011000001111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,31,253); }

 H1.HeaderClassName
 {
   color: #741FFD;
 }
 .AnyTagClassName
 {
   color: #741FFD;
 }
</style>
background-color css

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

 a { background-color: rgb(116,31,253); }

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

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

 span { border-color: rgb(116,31,253); }

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