Html Css Color HEX #7A1AFD Electric Indigo

📋 copy color: '#7A1AFD'

red 122 ◦ green 26 ◦ blue 253

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

Shades of Electric Indigo #7A1AFD

Tints of Electric Indigo #7A1AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.09%

R = 30.42%
G = 6.48%
B = 63.09%

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

#7A1AFD (or 0x7A1AFD) is known color: Electric Indigo. HEX triplet: 7A, 1A and FD. RGB value is (122,26,253). Sum of RGB (Red+Green+Blue) = 122+26+253=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A1AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1AFD is #85E502. Grayscale: #4F4F4F. Windows color (decimal): -8774915 or 16587386. OLE color: 16587386.

HSL color Cylindrical-coordinate representation of color #7A1AFD: hue angle of 265.37º degrees, saturation: 0.98, 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 #7A1AFD is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 26 253 -
CMYK 0.52 0.90 0 0.01
HSL 265.37º 0.98% 0.55% -
HSV(B) 265.37º 0.9% 0.99% -
XYZ 26.13 11.97 93.86 -
YUV 80.58 225.3 157.54 -
System Red Green Blue C M Y K H S L
Decimal 122 26 253 0.52 0.90 0 0.01 265.37 0.98 0.55
Hex 7A 1A FD 34 5A 0 1 109 62 37
Octal 172 32 375 64 132 0 1 411 142 67
Binary 1111010 11010 11111101 110100 1011010 0 1 100001001 1100010 110111

Color Harmonies of #7A1AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1AFD

Black with #7A1AFD

Text Example


Text Example

White with #7A1AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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