Html Css Color HEX #7A1AFC Electric Indigo

📋 copy color: '#7A1AFC'

red 122 ◦ green 26 ◦ blue 252

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

Shades of Electric Indigo #7A1AFC

Tints of Electric Indigo #7A1AFC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.5%

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

R = 30.5%
G = 6.5%
B = 63%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A1AFC (or 0x7A1AFC) is known color: Electric Indigo. HEX triplet: 7A, 1A and FC. RGB value is (122,26,252). Sum of RGB (Red+Green+Blue) = 122+26+252=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A1AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1AFC is #85E503. Grayscale: #4F4F4F. Windows color (decimal): -8774916 or 16521850. OLE color: 16521850.

HSL color Cylindrical-coordinate representation of color #7A1AFC: hue angle of 265.49º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A1AFC is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 26 252 -
CMYK 0.52 0.90 0 0.01
HSL 265.49º 0.97% 0.55% -
HSV(B) 265.49º 0.9% 0.99% -
XYZ 25.97 11.9 93.02 -
YUV 80.47 224.8 157.62 -
System Red Green Blue C M Y K H S L
Decimal 122 26 252 0.52 0.90 0 0.01 265.49 0.97 0.55
Hex 7A 1A FC 34 5A 0 1 109 61 37
Octal 172 32 374 64 132 0 1 411 141 67
Binary 1111010 11010 11111100 110100 1011010 0 1 100001001 1100001 110111

Color Harmonies of #7A1AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1AFC

Black with #7A1AFC

Text Example


Text Example

White with #7A1AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,26,252); }

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

background-color css

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

 a { background-color: rgb(122,26,252); }

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

border-color css

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

 span { border-color: rgb(122,26,252); }

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