Html Css Color HEX #7400FB Electric Indigo

📋 copy color: '#7400FB'

red 116 ◦ green 0 ◦ blue 251

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

Shades of Electric Indigo #7400FB

Tints of Electric Indigo #7400FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.39%

R = 31.61%
G = 0%
B = 68.39%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7400FB (or 0x7400FB) is known color: Electric Indigo. HEX triplet: 74, 00 and FB. RGB value is (116,0,251). Sum of RGB (Red+Green+Blue) = 116+0+251=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #7400FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7400FB is #8BFF04. Grayscale: #3E3E3E. Windows color (decimal): -9174789 or 16449652. OLE color: 16449652.

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

Color convert

RGB 116 0 251 -
CMYK 0.54 1 0 0.02
HSL 267.73º 1% 0.49% -
HSV(B) 267.73º 1% 0.98% -
XYZ 24.62 10.68 92.03 -
YUV 63.3 233.93 165.59 -
System Red Green Blue C M Y K H S L
Decimal 116 0 251 0.54 1 0 0.02 267.73 1 0.49
Hex 74 0 FB 36 64 0 2 10C 64 31
Octal 164 0 373 66 144 0 2 414 144 61
Binary 1110100 0 11111011 110110 1100100 0 10 100001100 1100100 110001

Color Harmonies of #7400FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7400FB

Black with #7400FB

Text Example


Text Example

White with #7400FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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