Html Css Color HEX #7A1DFD Electric Indigo

📋 copy color: '#7A1DFD'

red 122 ◦ green 29 ◦ blue 253

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

Shades of Electric Indigo #7A1DFD

Tints of Electric Indigo #7A1DFD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.18%

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

R = 30.2%
G = 7.18%
B = 62.62%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A1DFD (or 0x7A1DFD) is known color: Electric Indigo. HEX triplet: 7A, 1D and FD. RGB value is (122,29,253). Sum of RGB (Red+Green+Blue) = 122+29+253=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A1DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1DFD is #85E202. Grayscale: #515151. Windows color (decimal): -8774147 or 16588154. OLE color: 16588154.

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

Color convert

RGB 122 29 253 -
CMYK 0.52 0.89 0 0.01
HSL 264.91º 0.98% 0.55% -
HSV(B) 264.91º 0.89% 0.99% -
XYZ 26.2 12.11 93.88 -
YUV 82.34 224.31 156.29 -
System Red Green Blue C M Y K H S L
Decimal 122 29 253 0.52 0.89 0 0.01 264.91 0.98 0.55
Hex 7A 1D FD 34 59 0 1 109 62 37
Octal 172 35 375 64 131 0 1 411 142 67
Binary 1111010 11101 11111101 110100 1011001 0 1 100001001 1100010 110111

Color Harmonies of #7A1DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1DFD

Black with #7A1DFD

Text Example


Text Example

White with #7A1DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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