Html Css Color HEX #790FFC Electric Indigo

📋 copy color: '#790FFC'

red 121 ◦ green 15 ◦ blue 252

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

Shades of Electric Indigo #790FFC

Tints of Electric Indigo #790FFC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.87%

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

R = 31.19%
G = 3.87%
B = 64.95%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#790FFC (or 0x790FFC) is known color: Electric Indigo. HEX triplet: 79, 0F and FC. RGB value is (121,15,252). Sum of RGB (Red+Green+Blue) = 121+15+252=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #790FFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790FFC is #86F003. Grayscale: #484848. Windows color (decimal): -8843268 or 16519033. OLE color: 16519033.

HSL color Cylindrical-coordinate representation of color #790FFC: hue angle of 266.84º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790FFC is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 15 252 -
CMYK 0.52 0.94 0 0.01
HSL 266.84º 0.98% 0.52% -
HSV(B) 266.84º 0.94% 0.99% -
XYZ 25.63 11.43 92.95 -
YUV 73.71 228.62 161.73 -
System Red Green Blue C M Y K H S L
Decimal 121 15 252 0.52 0.94 0 0.01 266.84 0.98 0.52
Hex 79 F FC 34 5E 0 1 10B 62 34
Octal 171 17 374 64 136 0 1 413 142 64
Binary 1111001 1111 11111100 110100 1011110 0 1 100001011 1100010 110100

Color Harmonies of #790FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FFC

Black with #790FFC

Text Example


Text Example

White with #790FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790FFC; }

 p { color: rgb(121,15,252); }

 H1.HeaderClassName
 {
   color: #790FFC;
 }
 .AnyTagClassName
 {
   color: #790FFC;
 }
</style>

background-color css

<style>
 a { background-color: #790FFC; }

 a { background-color: rgb(121,15,252); }

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

border-color css

<style>
 span { border-color: #790FFC; }

 span { border-color: rgb(121,15,252); }

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