Html Css Color HEX #740DEC Electric Indigo

📋 copy color: '#740DEC'

red 116 ◦ green 13 ◦ blue 236

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

Shades of Electric Indigo #740DEC

Tints of Electric Indigo #740DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.56%

 BLUE value IS 236 (92.58% from 255) = 64.66%

R = 31.78%
G = 3.56%
B = 64.66%

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

#740DEC (or 0x740DEC) is known color: Electric Indigo. HEX triplet: 74, 0D and EC. RGB value is (116,13,236). Sum of RGB (Red+Green+Blue) = 116+13+236=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #740DEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740DEC is #8BF213. Grayscale: #444444. Windows color (decimal): -9171476 or 15469940. OLE color: 15469940.

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

Color convert

RGB 116 13 236 -
CMYK 0.51 0.94 0 0.07
HSL 267.71º 0.9% 0.49% -
HSV(B) 267.71º 0.94% 0.93% -
XYZ 22.49 10.06 80.11 -
YUV 69.22 222.12 161.37 -
System Red Green Blue C M Y K H S L
Decimal 116 13 236 0.51 0.94 0 0.07 267.71 0.9 0.49
Hex 74 D EC 33 5E 0 7 10C 5A 31
Octal 164 15 354 63 136 0 7 414 132 61
Binary 1110100 1101 11101100 110011 1011110 0 111 100001100 1011010 110001

Color Harmonies of #740DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740DEC

Black with #740DEC

Text Example


Text Example

White with #740DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,13,236); }

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

background-color css

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

 a { background-color: rgb(116,13,236); }

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

border-color css

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

 span { border-color: rgb(116,13,236); }

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