Html Css Color HEX #790CFC Electric Indigo

📋 copy color: '#790CFC'

red 121 ◦ green 12 ◦ blue 252

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

Shades of Electric Indigo #790CFC

Tints of Electric Indigo #790CFC

RGB

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

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

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

R = 31.43%
G = 3.12%
B = 65.45%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#790CFC (or 0x790CFC) is known color: Electric Indigo. HEX triplet: 79, 0C and FC. RGB value is (121,12,252). Sum of RGB (Red+Green+Blue) = 121+12+252=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #790CFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790CFC is #86F303. Grayscale: #474747. Windows color (decimal): -8844036 or 16518265. OLE color: 16518265.

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

Color convert

RGB 121 12 252 -
CMYK 0.52 0.95 0 0.01
HSL 267.25º 0.98% 0.52% -
HSV(B) 267.25º 0.95% 0.99% -
XYZ 25.59 11.36 92.94 -
YUV 71.95 229.61 162.99 -
System Red Green Blue C M Y K H S L
Decimal 121 12 252 0.52 0.95 0 0.01 267.25 0.98 0.52
Hex 79 C FC 34 5F 0 1 10B 62 34
Octal 171 14 374 64 137 0 1 413 142 64
Binary 1111001 1100 11111100 110100 1011111 0 1 100001011 1100010 110100

Color Harmonies of #790CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790CFC

Black with #790CFC

Text Example


Text Example

White with #790CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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