Html Css Color HEX #7400FC Electric Indigo

📋 copy color: '#7400FC'

red 116 ◦ green 0 ◦ blue 252

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

Shades of Electric Indigo #7400FC

Tints of Electric Indigo #7400FC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.52%
G = 0%
B = 68.48%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7400FC (or 0x7400FC) is known color: Electric Indigo. HEX triplet: 74, 00 and FC. RGB value is (116,0,252). Sum of RGB (Red+Green+Blue) = 116+0+252=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #7400FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7400FC is #8BFF03. Grayscale: #3E3E3E. Windows color (decimal): -9174788 or 16515188. OLE color: 16515188.

HSL color Cylindrical-coordinate representation of color #7400FC: hue angle of 267.62º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400FC is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 0 252 -
CMYK 0.54 1 0 0.01
HSL 267.62º 1% 0.49% -
HSV(B) 267.62º 1% 0.99% -
XYZ 24.77 10.74 92.86 -
YUV 63.41 234.43 165.51 -
System Red Green Blue C M Y K H S L
Decimal 116 0 252 0.54 1 0 0.01 267.62 1 0.49
Hex 74 0 FC 36 64 0 1 10C 64 31
Octal 164 0 374 66 144 0 1 414 144 61
Binary 1110100 0 11111100 110110 1100100 0 1 100001100 1100100 110001

Color Harmonies of #7400FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7400FC

Black with #7400FC

Text Example


Text Example

White with #7400FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7400FC; }

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

 H1.HeaderClassName
 {
   color: #7400FC;
 }
 .AnyTagClassName
 {
   color: #7400FC;
 }
</style>

background-color css

<style>
 a { background-color: #7400FC; }

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

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

border-color css

<style>
 span { border-color: #7400FC; }

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

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