Html Css Color HEX #7A01EF Electric Indigo

📋 copy color: '#7A01EF'

red 122 ◦ green 1 ◦ blue 239

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

Shades of Electric Indigo #7A01EF

Tints of Electric Indigo #7A01EF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 239 (93.75% from 255) = 66.02%

R = 33.7%
G = 0.28%
B = 66.02%

CMYK

 C value IS 0.49

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7A01EF (or 0x7A01EF) is known color: Electric Indigo. HEX triplet: 7A, 01 and EF. RGB value is (122,1,239). Sum of RGB (Red+Green+Blue) = 122+1+239=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #7A01EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A01EF is #85FE10. Grayscale: #3F3F3F. Windows color (decimal): -8781329 or 15663482. OLE color: 15663482.

HSL color Cylindrical-coordinate representation of color #7A01EF: hue angle of 270.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A01EF is Cyan = 0.49, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 122 1 239 -
CMYK 0.49 1.00 0 0.06
HSL 270.5º 0.99% 0.47% -
HSV(B) 270.5º 1% 0.94% -
XYZ 23.62 10.39 82.42 -
YUV 64.31 226.59 169.15 -
System Red Green Blue C M Y K H S L
Decimal 122 1 239 0.49 1.00 0 0.06 270.5 0.99 0.47
Hex 7A 1 EF 31 64 0 6 10F 63 2F
Octal 172 1 357 61 144 0 6 417 143 57
Binary 1111010 1 11101111 110001 1100100 0 110 100001111 1100011 101111

Color Harmonies of #7A01EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A01EF

Black with #7A01EF

Text Example


Text Example

White with #7A01EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,1,239); }

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

background-color css

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

 a { background-color: rgb(122,1,239); }

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

border-color css

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

 span { border-color: rgb(122,1,239); }

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