Html Css Color HEX #740AFE Electric Indigo

📋 copy color: '#740AFE'

red 116 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #740AFE

Tints of Electric Indigo #740AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.63%

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

R = 30.53%
G = 2.63%
B = 66.84%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#740AFE (or 0x740AFE) is known color: Electric Indigo. HEX triplet: 74, 0A and FE. RGB value is (116,10,254). Sum of RGB (Red+Green+Blue) = 116+10+254=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #740AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740AFE is #8BF501. Grayscale: #444444. Windows color (decimal): -9172226 or 16648820. OLE color: 16648820.

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

Color convert

RGB 116 10 254 -
CMYK 0.54 0.96 0 0.00
HSL 266.07º 0.99% 0.52% -
HSV(B) 266.07º 0.96% 1% -
XYZ 25.2 11.09 94.58 -
YUV 69.51 232.12 161.16 -
System Red Green Blue C M Y K H S L
Decimal 116 10 254 0.54 0.96 0 0.00 266.07 0.99 0.52
Hex 74 A FE 36 60 0 0 10A 63 34
Octal 164 12 376 66 140 0 0 412 143 64
Binary 1110100 1010 11111110 110110 1100000 0 0 100001010 1100011 110100

Color Harmonies of #740AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740AFE

Black with #740AFE

Text Example


Text Example

White with #740AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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