Html Css Color HEX #790FFA Electric Indigo

📋 copy color: '#790FFA'

red 121 ◦ green 15 ◦ blue 250

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

Shades of Electric Indigo #790FFA

Tints of Electric Indigo #790FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.77%

R = 31.35%
G = 3.89%
B = 64.77%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#790FFA (or 0x790FFA) is known color: Electric Indigo. HEX triplet: 79, 0F and FA. RGB value is (121,15,250). Sum of RGB (Red+Green+Blue) = 121+15+250=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #790FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790FFA is #86F005. Grayscale: #484848. Windows color (decimal): -8843270 or 16387961. OLE color: 16387961.

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

Color convert

RGB 121 15 250 -
CMYK 0.52 0.94 0 0.02
HSL 267.06º 0.96% 0.52% -
HSV(B) 267.06º 0.94% 0.98% -
XYZ 25.31 11.31 91.29 -
YUV 73.48 227.62 161.89 -
System Red Green Blue C M Y K H S L
Decimal 121 15 250 0.52 0.94 0 0.02 267.06 0.96 0.52
Hex 79 F FA 34 5E 0 2 10B 60 34
Octal 171 17 372 64 136 0 2 413 140 64
Binary 1111001 1111 11111010 110100 1011110 0 10 100001011 1100000 110100

Color Harmonies of #790FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FFA

Black with #790FFA

Text Example


Text Example

White with #790FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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