Html Css Color HEX #790CFA Electric Indigo

📋 copy color: '#790CFA'

red 121 ◦ green 12 ◦ blue 250

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

Shades of Electric Indigo #790CFA

Tints of Electric Indigo #790CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.13%

 BLUE value IS 250 (98.05% from 255) = 65.27%

R = 31.59%
G = 3.13%
B = 65.27%

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

#790CFA (or 0x790CFA) is known color: Electric Indigo. HEX triplet: 79, 0C and FA. RGB value is (121,12,250). Sum of RGB (Red+Green+Blue) = 121+12+250=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #790CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790CFA is #86F305. Grayscale: #464646. Windows color (decimal): -8844038 or 16387193. OLE color: 16387193.

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

Color convert

RGB 121 12 250 -
CMYK 0.52 0.95 0 0.02
HSL 267.48º 0.96% 0.51% -
HSV(B) 267.48º 0.95% 0.98% -
XYZ 25.27 11.23 91.28 -
YUV 71.72 228.61 163.15 -
System Red Green Blue C M Y K H S L
Decimal 121 12 250 0.52 0.95 0 0.02 267.48 0.96 0.51
Hex 79 C FA 34 5F 0 2 10B 60 33
Octal 171 14 372 64 137 0 2 413 140 63
Binary 1111001 1100 11111010 110100 1011111 0 10 100001011 1100000 110011

Color Harmonies of #790CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790CFA

Black with #790CFA

Text Example


Text Example

White with #790CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,12,250); }

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

background-color css

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

 a { background-color: rgb(121,12,250); }

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

border-color css

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

 span { border-color: rgb(121,12,250); }

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