Html Css Color HEX #790FFD Electric Indigo

📋 copy color: '#790FFD'

red 121 ◦ green 15 ◦ blue 253

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

Shades of Electric Indigo #790FFD

Tints of Electric Indigo #790FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.04%

R = 31.11%
G = 3.86%
B = 65.04%

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

#790FFD (or 0x790FFD) is known color: Electric Indigo. HEX triplet: 79, 0F and FD. RGB value is (121,15,253). Sum of RGB (Red+Green+Blue) = 121+15+253=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #790FFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790FFD is #86F002. Grayscale: #484848. Windows color (decimal): -8843267 or 16584569. OLE color: 16584569.

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

Color convert

RGB 121 15 253 -
CMYK 0.52 0.94 0 0.01
HSL 266.72º 0.98% 0.53% -
HSV(B) 266.72º 0.94% 0.99% -
XYZ 25.79 11.5 93.79 -
YUV 73.83 229.12 161.65 -
System Red Green Blue C M Y K H S L
Decimal 121 15 253 0.52 0.94 0 0.01 266.72 0.98 0.53
Hex 79 F FD 34 5E 0 1 10B 62 35
Octal 171 17 375 64 136 0 1 413 142 65
Binary 1111001 1111 11111101 110100 1011110 0 1 100001011 1100010 110101

Color Harmonies of #790FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FFD

Black with #790FFD

Text Example


Text Example

White with #790FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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