Html Css Color HEX #790AFC Electric Indigo

📋 copy color: '#790AFC'

red 121 ◦ green 10 ◦ blue 252

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

Shades of Electric Indigo #790AFC

Tints of Electric Indigo #790AFC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.61%

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

R = 31.59%
G = 2.61%
B = 65.8%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#790AFC (or 0x790AFC) is known color: Electric Indigo. HEX triplet: 79, 0A and FC. RGB value is (121,10,252). Sum of RGB (Red+Green+Blue) = 121+10+252=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #790AFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790AFC is #86F503. Grayscale: #454545. Windows color (decimal): -8844548 or 16517753. OLE color: 16517753.

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

Color convert

RGB 121 10 252 -
CMYK 0.52 0.96 0 0.01
HSL 267.52º 0.98% 0.51% -
HSV(B) 267.52º 0.96% 0.99% -
XYZ 25.56 11.31 92.93 -
YUV 70.78 230.27 163.82 -
System Red Green Blue C M Y K H S L
Decimal 121 10 252 0.52 0.96 0 0.01 267.52 0.98 0.51
Hex 79 A FC 34 60 0 1 10C 62 33
Octal 171 12 374 64 140 0 1 414 142 63
Binary 1111001 1010 11111100 110100 1100000 0 1 100001100 1100010 110011

Color Harmonies of #790AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790AFC

Black with #790AFC

Text Example


Text Example

White with #790AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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