Html Css Color HEX #740FEE Electric Indigo

📋 copy color: '#740FEE'

red 116 ◦ green 15 ◦ blue 238

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

Shades of Electric Indigo #740FEE

Tints of Electric Indigo #740FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.5%

R = 31.44%
G = 4.07%
B = 64.5%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#740FEE (or 0x740FEE) is known color: Electric Indigo. HEX triplet: 74, 0F and EE. RGB value is (116,15,238). Sum of RGB (Red+Green+Blue) = 116+15+238=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #740FEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740FEE is #8BF011. Grayscale: #454545. Windows color (decimal): -9170962 or 15601524. OLE color: 15601524.

HSL color Cylindrical-coordinate representation of color #740FEE: hue angle of 267.17º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740FEE is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 15 238 -
CMYK 0.51 0.94 0 0.07
HSL 267.17º 0.88% 0.5% -
HSV(B) 267.17º 0.94% 0.93% -
XYZ 22.81 10.23 81.66 -
YUV 70.62 222.46 160.37 -
System Red Green Blue C M Y K H S L
Decimal 116 15 238 0.51 0.94 0 0.07 267.17 0.88 0.5
Hex 74 F EE 33 5E 0 7 10B 58 32
Octal 164 17 356 63 136 0 7 413 130 62
Binary 1110100 1111 11101110 110011 1011110 0 111 100001011 1011000 110010

Color Harmonies of #740FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740FEE

Black with #740FEE

Text Example


Text Example

White with #740FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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