Html Css Color HEX #7901EF Electric Indigo

📋 copy color: '#7901EF'

red 121 ◦ green 1 ◦ blue 239

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

Shades of Electric Indigo #7901EF

Tints of Electric Indigo #7901EF

RGB

 RED value IS 121 (47.66% from 255) = 33.52%

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 239 (93.75% from 255) = 66.2%

R = 33.52%
G = 0.28%
B = 66.2%

CMYK

 C value IS 0.49

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7901EF (or 0x7901EF) is known color: Electric Indigo. HEX triplet: 79, 01 and EF. RGB value is (121,1,239). Sum of RGB (Red+Green+Blue) = 121+1+239=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 239 (93.75% from 255 or 66.20% from 361); Max value from RGB is 239 - color contains mainly: blue. Hex color #7901EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7901EF is #86FE10. Grayscale: #3F3F3F. Windows color (decimal): -8846865 or 15663481. OLE color: 15663481.

HSL color Cylindrical-coordinate representation of color #7901EF: hue angle of 270.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7901EF is Cyan = 0.49, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 121 1 239 -
CMYK 0.49 1.00 0 0.06
HSL 270.25º 0.99% 0.47% -
HSV(B) 270.25º 1% 0.94% -
XYZ 23.48 10.32 82.42 -
YUV 64.01 226.76 168.65 -
System Red Green Blue C M Y K H S L
Decimal 121 1 239 0.49 1.00 0 0.06 270.25 0.99 0.47
Hex 79 1 EF 31 64 0 6 10E 63 2F
Octal 171 1 357 61 144 0 6 416 143 57
Binary 1111001 1 11101111 110001 1100100 0 110 100001110 1100011 101111

Color Harmonies of #7901EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7901EF

Black with #7901EF

Text Example


Text Example

White with #7901EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7901EF; }

 p { color: rgb(121,1,239); }

 H1.HeaderClassName
 {
   color: #7901EF;
 }
 .AnyTagClassName
 {
   color: #7901EF;
 }
</style>

background-color css

<style>
 a { background-color: #7901EF; }

 a { background-color: rgb(121,1,239); }

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

border-color css

<style>
 span { border-color: #7901EF; }

 span { border-color: rgb(121,1,239); }

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