Html Css Color HEX #741AFE Electric Indigo

📋 copy color: '#741AFE'

red 116 ◦ green 26 ◦ blue 254

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

Shades of Electric Indigo #741AFE

Tints of Electric Indigo #741AFE

RGB

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

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

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

R = 29.29%
G = 6.57%
B = 64.14%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#741AFE (or 0x741AFE) is known color: Electric Indigo. HEX triplet: 74, 1A and FE. RGB value is (116,26,254). Sum of RGB (Red+Green+Blue) = 116+26+254=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #741AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741AFE is #8BE501. Grayscale: #4E4E4E. Windows color (decimal): -9168130 or 16652916. OLE color: 16652916.

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

Color convert

RGB 116 26 254 -
CMYK 0.54 0.90 0 0.00
HSL 263.68º 0.99% 0.55% -
HSV(B) 263.68º 0.9% 1% -
XYZ 25.46 11.61 94.66 -
YUV 78.9 226.82 154.46 -
System Red Green Blue C M Y K H S L
Decimal 116 26 254 0.54 0.90 0 0.00 263.68 0.99 0.55
Hex 74 1A FE 36 5A 0 0 108 63 37
Octal 164 32 376 66 132 0 0 410 143 67
Binary 1110100 11010 11111110 110110 1011010 0 0 100001000 1100011 110111

Color Harmonies of #741AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741AFE

Black with #741AFE

Text Example


Text Example

White with #741AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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