Html Css Color HEX #7412FB Electric Indigo

📋 copy color: '#7412FB'

red 116 ◦ green 18 ◦ blue 251

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

Shades of Electric Indigo #7412FB

Tints of Electric Indigo #7412FB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.68%

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

R = 30.13%
G = 4.68%
B = 65.19%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7412FB (or 0x7412FB) is known color: Electric Indigo. HEX triplet: 74, 12 and FB. RGB value is (116,18,251). Sum of RGB (Red+Green+Blue) = 116+18+251=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #7412FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7412FB is #8BED04. Grayscale: #494949. Windows color (decimal): -9170181 or 16454260. OLE color: 16454260.

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

Color convert

RGB 116 18 251 -
CMYK 0.54 0.93 0 0.02
HSL 265.24º 0.97% 0.53% -
HSV(B) 265.24º 0.93% 0.98% -
XYZ 24.83 11.11 92.1 -
YUV 73.86 227.97 158.05 -
System Red Green Blue C M Y K H S L
Decimal 116 18 251 0.54 0.93 0 0.02 265.24 0.97 0.53
Hex 74 12 FB 36 5D 0 2 109 61 35
Octal 164 22 373 66 135 0 2 411 141 65
Binary 1110100 10010 11111011 110110 1011101 0 10 100001001 1100001 110101

Color Harmonies of #7412FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7412FB

Black with #7412FB

Text Example


Text Example

White with #7412FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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