Html Css Color HEX #790DFB Electric Indigo

📋 copy color: '#790DFB'

red 121 ◦ green 13 ◦ blue 251

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

Shades of Electric Indigo #790DFB

Tints of Electric Indigo #790DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.38%

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

R = 31.43%
G = 3.38%
B = 65.19%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#790DFB (or 0x790DFB) is known color: Electric Indigo. HEX triplet: 79, 0D and FB. RGB value is (121,13,251). Sum of RGB (Red+Green+Blue) = 121+13+251=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #790DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790DFB is #86F204. Grayscale: #474747. Windows color (decimal): -8843781 or 16452985. OLE color: 16452985.

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

Color convert

RGB 121 13 251 -
CMYK 0.52 0.95 0 0.02
HSL 267.23º 0.97% 0.52% -
HSV(B) 267.23º 0.95% 0.98% -
XYZ 25.44 11.32 92.11 -
YUV 72.42 228.78 162.65 -
System Red Green Blue C M Y K H S L
Decimal 121 13 251 0.52 0.95 0 0.02 267.23 0.97 0.52
Hex 79 D FB 34 5F 0 2 10B 61 34
Octal 171 15 373 64 137 0 2 413 141 64
Binary 1111001 1101 11111011 110100 1011111 0 10 100001011 1100001 110100

Color Harmonies of #790DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790DFB

Black with #790DFB

Text Example


Text Example

White with #790DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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