Html Css Color HEX #790BFC Electric Indigo

📋 copy color: '#790BFC'

red 121 ◦ green 11 ◦ blue 252

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

Shades of Electric Indigo #790BFC

Tints of Electric Indigo #790BFC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.86%

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

R = 31.51%
G = 2.86%
B = 65.63%

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

#790BFC (or 0x790BFC) is known color: Electric Indigo. HEX triplet: 79, 0B and FC. RGB value is (121,11,252). Sum of RGB (Red+Green+Blue) = 121+11+252=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #790BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790BFC is #86F403. Grayscale: #464646. Windows color (decimal): -8844292 or 16518009. OLE color: 16518009.

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

Color convert

RGB 121 11 252 -
CMYK 0.52 0.96 0 0.01
HSL 267.39º 0.98% 0.52% -
HSV(B) 267.39º 0.96% 0.99% -
XYZ 25.58 11.33 92.93 -
YUV 71.36 229.94 163.4 -
System Red Green Blue C M Y K H S L
Decimal 121 11 252 0.52 0.96 0 0.01 267.39 0.98 0.52
Hex 79 B FC 34 60 0 1 10B 62 34
Octal 171 13 374 64 140 0 1 413 142 64
Binary 1111001 1011 11111100 110100 1100000 0 1 100001011 1100010 110100

Color Harmonies of #790BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BFC

Black with #790BFC

Text Example


Text Example

White with #790BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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