Html Css Color HEX #7B01EF Electric Indigo

📋 copy color: '#7B01EF'

red 123 ◦ green 1 ◦ blue 239

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

Shades of Electric Indigo #7B01EF

Tints of Electric Indigo #7B01EF

RGB

 RED value IS 123 (48.44% from 255) = 33.88%

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

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

R = 33.88%
G = 0.28%
B = 65.84%

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

#7B01EF (or 0x7B01EF) is known color: Electric Indigo. HEX triplet: 7B, 01 and EF. RGB value is (123,1,239). Sum of RGB (Red+Green+Blue) = 123+1+239=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B01EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B01EF is #84FE10. Grayscale: #3F3F3F. Windows color (decimal): -8715793 or 15663483. OLE color: 15663483.

HSL color Cylindrical-coordinate representation of color #7B01EF: hue angle of 270.76º 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 #7B01EF is Cyan = 0.49, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 1 239 -
CMYK 0.49 1.00 0 0.06
HSL 270.76º 0.99% 0.47% -
HSV(B) 270.76º 1% 0.94% -
XYZ 23.76 10.46 82.43 -
YUV 64.61 226.42 169.65 -
System Red Green Blue C M Y K H S L
Decimal 123 1 239 0.49 1.00 0 0.06 270.76 0.99 0.47
Hex 7B 1 EF 31 64 0 6 10F 63 2F
Octal 173 1 357 61 144 0 6 417 143 57
Binary 1111011 1 11101111 110001 1100100 0 110 100001111 1100011 101111

Color Harmonies of #7B01EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B01EF

Black with #7B01EF

Text Example


Text Example

White with #7B01EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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