Html Css Color HEX #790AFB Electric Indigo

📋 copy color: '#790AFB'

red 121 ◦ green 10 ◦ blue 251

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

Shades of Electric Indigo #790AFB

Tints of Electric Indigo #790AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.71%

R = 31.68%
G = 2.62%
B = 65.71%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#790AFB (or 0x790AFB) is known color: Electric Indigo. HEX triplet: 79, 0A and FB. RGB value is (121,10,251). Sum of RGB (Red+Green+Blue) = 121+10+251=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #790AFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790AFB is #86F504. Grayscale: #454545. Windows color (decimal): -8844549 or 16452217. OLE color: 16452217.

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

Color convert

RGB 121 10 251 -
CMYK 0.52 0.96 0 0.02
HSL 267.63º 0.97% 0.51% -
HSV(B) 267.63º 0.96% 0.98% -
XYZ 25.41 11.25 92.1 -
YUV 70.66 229.77 163.9 -
System Red Green Blue C M Y K H S L
Decimal 121 10 251 0.52 0.96 0 0.02 267.63 0.97 0.51
Hex 79 A FB 34 60 0 2 10C 61 33
Octal 171 12 373 64 140 0 2 414 141 63
Binary 1111001 1010 11111011 110100 1100000 0 10 100001100 1100001 110011

Color Harmonies of #790AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790AFB

Black with #790AFB

Text Example


Text Example

White with #790AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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