Html Css Color HEX #740CE5 Electric Indigo

📋 copy color: '#740CE5'

red 116 ◦ green 12 ◦ blue 229

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

Shades of Electric Indigo #740CE5

Tints of Electric Indigo #740CE5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.36%

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

R = 32.49%
G = 3.36%
B = 64.15%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#740CE5 (or 0x740CE5) is known color: Electric Indigo. HEX triplet: 74, 0C and E5. RGB value is (116,12,229). Sum of RGB (Red+Green+Blue) = 116+12+229=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 229 (89.84% from 255 or 64.15% from 357); Max value from RGB is 229 - color contains mainly: blue. Hex color #740CE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740CE5 is #8BF31A. Grayscale: #434343. Windows color (decimal): -9171739 or 15010932. OLE color: 15010932.

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

Color convert

RGB 116 12 229 -
CMYK 0.49 0.95 0 0.10
HSL 268.76º 0.9% 0.47% -
HSV(B) 268.76º 0.95% 0.9% -
XYZ 21.48 9.63 74.86 -
YUV 67.83 218.96 162.36 -
System Red Green Blue C M Y K H S L
Decimal 116 12 229 0.49 0.95 0 0.10 268.76 0.9 0.47
Hex 74 C E5 31 5F 0 A 10D 5A 2F
Octal 164 14 345 61 137 0 12 415 132 57
Binary 1110100 1100 11100101 110001 1011111 0 1010 100001101 1011010 101111

Color Harmonies of #740CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740CE5

Black with #740CE5

Text Example


Text Example

White with #740CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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