Html Css Color HEX #741DFE Electric Indigo

📋 copy color: '#741DFE'

red 116 ◦ green 29 ◦ blue 254

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

Shades of Electric Indigo #741DFE

Tints of Electric Indigo #741DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.27%

 BLUE value IS 254 (99.61% from 255) = 63.66%

R = 29.07%
G = 7.27%
B = 63.66%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#741DFE (or 0x741DFE) is known color: Electric Indigo. HEX triplet: 74, 1D and FE. RGB value is (116,29,254). Sum of RGB (Red+Green+Blue) = 116+29+254=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #741DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741DFE is #8BE201. Grayscale: #4F4F4F. Windows color (decimal): -9167362 or 16653684. OLE color: 16653684.

HSL color Cylindrical-coordinate representation of color #741DFE: hue angle of 263.2º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #741DFE is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 29 254 -
CMYK 0.54 0.89 0 0.00
HSL 263.2º 0.99% 0.55% -
HSV(B) 263.2º 0.89% 1% -
XYZ 25.53 11.75 94.69 -
YUV 80.66 225.82 153.2 -
System Red Green Blue C M Y K H S L
Decimal 116 29 254 0.54 0.89 0 0.00 263.2 0.99 0.55
Hex 74 1D FE 36 59 0 0 107 63 37
Octal 164 35 376 66 131 0 0 407 143 67
Binary 1110100 11101 11111110 110110 1011001 0 0 100000111 1100011 110111

Color Harmonies of #741DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741DFE

Black with #741DFE

Text Example


Text Example

White with #741DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,29,254); }

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

background-color css

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

 a { background-color: rgb(116,29,254); }

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

border-color css

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

 span { border-color: rgb(116,29,254); }

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