Html Css Color HEX #740FF8 Electric Indigo

📋 copy color: '#740FF8'

red 116 ◦ green 15 ◦ blue 248

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

Shades of Electric Indigo #740FF8

Tints of Electric Indigo #740FF8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.96%

 BLUE value IS 248 (97.27% from 255) = 65.44%

R = 30.61%
G = 3.96%
B = 65.44%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#740FF8 (or 0x740FF8) is known color: Electric Indigo. HEX triplet: 74, 0F and F8. RGB value is (116,15,248). Sum of RGB (Red+Green+Blue) = 116+15+248=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 248 (97.27% from 255 or 65.44% from 379); Max value from RGB is 248 - color contains mainly: blue. Hex color #740FF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740FF8 is #8BF007. Grayscale: #464646. Windows color (decimal): -9170952 or 16256884. OLE color: 16256884.

HSL color Cylindrical-coordinate representation of color #740FF8: hue angle of 266.01º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740FF8 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 15 248 -
CMYK 0.53 0.94 0 0.03
HSL 266.01º 0.94% 0.52% -
HSV(B) 266.01º 0.94% 0.97% -
XYZ 24.32 10.83 89.62 -
YUV 71.76 227.46 159.55 -
System Red Green Blue C M Y K H S L
Decimal 116 15 248 0.53 0.94 0 0.03 266.01 0.94 0.52
Hex 74 F F8 35 5E 0 3 10A 5E 34
Octal 164 17 370 65 136 0 3 412 136 64
Binary 1110100 1111 11111000 110101 1011110 0 11 100001010 1011110 110100

Color Harmonies of #740FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740FF8

Black with #740FF8

Text Example


Text Example

White with #740FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,15,248); }

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

background-color css

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

 a { background-color: rgb(116,15,248); }

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

border-color css

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

 span { border-color: rgb(116,15,248); }

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