Html Css Color HEX #740BE7 Electric Indigo

📋 copy color: '#740BE7'

red 116 ◦ green 11 ◦ blue 231

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

Shades of Electric Indigo #740BE7

Tints of Electric Indigo #740BE7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.07%

 BLUE value IS 231 (90.63% from 255) = 64.53%

R = 32.4%
G = 3.07%
B = 64.53%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#740BE7 (or 0x740BE7) is known color: Electric Indigo. HEX triplet: 74, 0B and E7. RGB value is (116,11,231). Sum of RGB (Red+Green+Blue) = 116+11+231=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 231 (90.62% from 255 or 64.53% from 358); Max value from RGB is 231 - color contains mainly: blue. Hex color #740BE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740BE7 is #8BF418. Grayscale: #424242. Windows color (decimal): -9171993 or 15141748. OLE color: 15141748.

HSL color Cylindrical-coordinate representation of color #740BE7: hue angle of 268.64º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740BE7 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 11 231 -
CMYK 0.50 0.95 0 0.09
HSL 268.64º 0.91% 0.47% -
HSV(B) 268.64º 0.95% 0.91% -
XYZ 21.75 9.72 76.33 -
YUV 67.48 220.29 162.61 -
System Red Green Blue C M Y K H S L
Decimal 116 11 231 0.50 0.95 0 0.09 268.64 0.91 0.47
Hex 74 B E7 32 5F 0 9 10D 5B 2F
Octal 164 13 347 62 137 0 11 415 133 57
Binary 1110100 1011 11100111 110010 1011111 0 1001 100001101 1011011 101111

Color Harmonies of #740BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740BE7

Black with #740BE7

Text Example


Text Example

White with #740BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,11,231); }

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

background-color css

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

 a { background-color: rgb(116,11,231); }

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

border-color css

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

 span { border-color: rgb(116,11,231); }

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