Html Css Color HEX #740DE5 Electric Indigo

📋 copy color: '#740DE5'

red 116 ◦ green 13 ◦ blue 229

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

Shades of Electric Indigo #740DE5

Tints of Electric Indigo #740DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 63.97%

R = 32.4%
G = 3.63%
B = 63.97%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#740DE5 (or 0x740DE5) is known color: Electric Indigo. HEX triplet: 74, 0D and E5. RGB value is (116,13,229). Sum of RGB (Red+Green+Blue) = 116+13+229=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 229 (89.84% from 255 or 63.97% from 358); Max value from RGB is 229 - color contains mainly: blue. Hex color #740DE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740DE5 is #8BF21A. Grayscale: #434343. Windows color (decimal): -9171483 or 15011188. OLE color: 15011188.

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

Color convert

RGB 116 13 229 -
CMYK 0.49 0.94 0 0.10
HSL 268.61º 0.89% 0.47% -
HSV(B) 268.61º 0.94% 0.9% -
XYZ 21.49 9.66 74.86 -
YUV 68.42 218.62 161.94 -
System Red Green Blue C M Y K H S L
Decimal 116 13 229 0.49 0.94 0 0.10 268.61 0.89 0.47
Hex 74 D E5 31 5E 0 A 10D 59 2F
Octal 164 15 345 61 136 0 12 415 131 57
Binary 1110100 1101 11100101 110001 1011110 0 1010 100001101 1011001 101111

Color Harmonies of #740DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740DE5

Black with #740DE5

Text Example


Text Example

White with #740DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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