Html Css Color HEX #7918FF Electric Indigo

📋 copy color: '#7918FF'

red 121 ◦ green 24 ◦ blue 255

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

Shades of Electric Indigo #7918FF

Tints of Electric Indigo #7918FF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6%

 BLUE value IS 255 (100% from 255) = 63.75%

R = 30.25%
G = 6%
B = 63.75%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7918FF (or 0x7918FF) is known color: Electric Indigo. HEX triplet: 79, 18 and FF. RGB value is (121,24,255). Sum of RGB (Red+Green+Blue) = 121+24+255=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #7918FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7918FF is #86E700. Grayscale: #4E4E4E. Windows color (decimal): -8840961 or 16717945. OLE color: 16717945.

HSL color Cylindrical-coordinate representation of color #7918FF: hue angle of 265.19º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7918FF is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 121 24 255 -
CMYK 0.53 0.91 0 0
HSL 265.19º 1% 0.55% -
HSV(B) 265.19º 0.91% 1% -
XYZ 26.26 11.94 95.53 -
YUV 79.34 227.14 157.72 -
System Red Green Blue C M Y K H S L
Decimal 121 24 255 0.53 0.91 0 0 265.19 1 0.55
Hex 79 18 FF 35 5B 0 0 109 64 37
Octal 171 30 377 65 133 0 0 411 144 67
Binary 1111001 11000 11111111 110101 1011011 0 0 100001001 1100100 110111

Color Harmonies of #7918FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7918FF

Black with #7918FF

Text Example


Text Example

White with #7918FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7918FF; }

 p { color: rgb(121,24,255); }

 H1.HeaderClassName
 {
   color: #7918FF;
 }
 .AnyTagClassName
 {
   color: #7918FF;
 }
</style>

background-color css

<style>
 a { background-color: #7918FF; }

 a { background-color: rgb(121,24,255); }

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

border-color css

<style>
 span { border-color: #7918FF; }

 span { border-color: rgb(121,24,255); }

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