Html Css Color HEX #740FFC Electric Indigo

📋 copy color: '#740FFC'

red 116 ◦ green 15 ◦ blue 252

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

Shades of Electric Indigo #740FFC

Tints of Electric Indigo #740FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.8%

R = 30.29%
G = 3.92%
B = 65.8%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#740FFC (or 0x740FFC) is known color: Electric Indigo. HEX triplet: 74, 0F and FC. RGB value is (116,15,252). Sum of RGB (Red+Green+Blue) = 116+15+252=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #740FFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740FFC is #8BF003. Grayscale: #474747. Windows color (decimal): -9170948 or 16519028. OLE color: 16519028.

HSL color Cylindrical-coordinate representation of color #740FFC: hue angle of 265.57º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740FFC is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 15 252 -
CMYK 0.54 0.94 0 0.01
HSL 265.57º 0.98% 0.52% -
HSV(B) 265.57º 0.94% 0.99% -
XYZ 24.94 11.08 92.92 -
YUV 72.22 229.46 159.23 -
System Red Green Blue C M Y K H S L
Decimal 116 15 252 0.54 0.94 0 0.01 265.57 0.98 0.52
Hex 74 F FC 36 5E 0 1 10A 62 34
Octal 164 17 374 66 136 0 1 412 142 64
Binary 1110100 1111 11111100 110110 1011110 0 1 100001010 1100010 110100

Color Harmonies of #740FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740FFC

Black with #740FFC

Text Example


Text Example

White with #740FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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