Html Css Color HEX #740FFF Electric Indigo

📋 copy color: '#740FFF'

red 116 ◦ green 15 ◦ blue 255

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

Shades of Electric Indigo #740FFF

Tints of Electric Indigo #740FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.06%

R = 30.05%
G = 3.89%
B = 66.06%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#740FFF (or 0x740FFF) is known color: Electric Indigo. HEX triplet: 74, 0F and FF. RGB value is (116,15,255). Sum of RGB (Red+Green+Blue) = 116+15+255=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #740FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740FFF is #8BF000. Grayscale: #474747. Windows color (decimal): -9170945 or 16715636. OLE color: 16715636.

HSL color Cylindrical-coordinate representation of color #740FFF: hue angle of 265.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740FFF is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 15 255 -
CMYK 0.55 0.94 0 0
HSL 265.25º 1% 0.53% -
HSV(B) 265.25º 0.94% 1% -
XYZ 25.42 11.27 95.44 -
YUV 72.56 230.96 158.99 -
System Red Green Blue C M Y K H S L
Decimal 116 15 255 0.55 0.94 0 0 265.25 1 0.53
Hex 74 F FF 37 5E 0 0 109 64 35
Octal 164 17 377 67 136 0 0 411 144 65
Binary 1110100 1111 11111111 110111 1011110 0 0 100001001 1100100 110101

Color Harmonies of #740FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740FFF

Black with #740FFF

Text Example


Text Example

White with #740FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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