Html Css Color HEX #7A1CFE Electric Indigo

📋 copy color: '#7A1CFE'

red 122 ◦ green 28 ◦ blue 254

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

Shades of Electric Indigo #7A1CFE

Tints of Electric Indigo #7A1CFE

RGB

 RED value IS 122 (48.05% from 255) = 30.2%

 GREEN value IS 28 (11.33% from 255) = 6.93%

 BLUE value IS 254 (99.61% from 255) = 62.87%

R = 30.2%
G = 6.93%
B = 62.87%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7A1CFE (or 0x7A1CFE) is known color: Electric Indigo. HEX triplet: 7A, 1C and FE. RGB value is (122,28,254). Sum of RGB (Red+Green+Blue) = 122+28+254=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A1CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1CFE is #85E301. Grayscale: #515151. Windows color (decimal): -8774402 or 16653434. OLE color: 16653434.

HSL color Cylindrical-coordinate representation of color #7A1CFE: hue angle of 264.96º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A1CFE is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 122 28 254 -
CMYK 0.52 0.89 0 0.00
HSL 264.96º 0.99% 0.55% -
HSV(B) 264.96º 0.89% 1% -
XYZ 26.33 12.12 94.72 -
YUV 81.87 225.14 156.62 -
System Red Green Blue C M Y K H S L
Decimal 122 28 254 0.52 0.89 0 0.00 264.96 0.99 0.55
Hex 7A 1C FE 34 59 0 0 109 63 37
Octal 172 34 376 64 131 0 0 411 143 67
Binary 1111010 11100 11111110 110100 1011001 0 0 100001001 1100011 110111

Color Harmonies of #7A1CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1CFE

Black with #7A1CFE

Text Example


Text Example

White with #7A1CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A1CFE; }

 p { color: rgb(122,28,254); }

 H1.HeaderClassName
 {
   color: #7A1CFE;
 }
 .AnyTagClassName
 {
   color: #7A1CFE;
 }
</style>

background-color css

<style>
 a { background-color: #7A1CFE; }

 a { background-color: rgb(122,28,254); }

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

border-color css

<style>
 span { border-color: #7A1CFE; }

 span { border-color: rgb(122,28,254); }

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