Html Css Color HEX #7A00EB Electric Indigo

📋 copy color: '#7A00EB'

red 122 ◦ green 0 ◦ blue 235

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

Shades of Electric Indigo #7A00EB

Tints of Electric Indigo #7A00EB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 235 (92.19% from 255) = 65.83%

R = 34.17%
G = 0%
B = 65.83%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7A00EB (or 0x7A00EB) is known color: Electric Indigo. HEX triplet: 7A, 00 and EB. RGB value is (122,0,235). Sum of RGB (Red+Green+Blue) = 122+0+235=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 235 (92.19% from 255 or 65.83% from 357); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A00EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A00EB is #85FF14. Grayscale: #3E3E3E. Windows color (decimal): -8781589 or 15401082. OLE color: 15401082.

HSL color Cylindrical-coordinate representation of color #7A00EB: hue angle of 271.15º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A00EB is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 0 235 -
CMYK 0.48 1 0 0.08
HSL 271.15º 1% 0.46% -
HSV(B) 271.15º 1% 0.92% -
XYZ 23.02 10.14 79.34 -
YUV 63.27 224.92 169.89 -
System Red Green Blue C M Y K H S L
Decimal 122 0 235 0.48 1 0 0.08 271.15 1 0.46
Hex 7A 0 EB 30 64 0 8 10F 64 2E
Octal 172 0 353 60 144 0 10 417 144 56
Binary 1111010 0 11101011 110000 1100100 0 1000 100001111 1100100 101110

Color Harmonies of #7A00EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A00EB

Black with #7A00EB

Text Example


Text Example

White with #7A00EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,0,235); }

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

background-color css

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

 a { background-color: rgb(122,0,235); }

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

border-color css

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

 span { border-color: rgb(122,0,235); }

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