Html Css Color HEX #7B02FA Electric Indigo

📋 copy color: '#7B02FA'

red 123 ◦ green 2 ◦ blue 250

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

Shades of Electric Indigo #7B02FA

Tints of Electric Indigo #7B02FA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 250 (98.05% from 255) = 66.67%

R = 32.8%
G = 0.53%
B = 66.67%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B02FA (or 0x7B02FA) is known color: Electric Indigo. HEX triplet: 7B, 02 and FA. RGB value is (123,2,250). Sum of RGB (Red+Green+Blue) = 123+2+250=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B02FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B02FA is #84FD05. Grayscale: #414141. Windows color (decimal): -8715526 or 16384635. OLE color: 16384635.

HSL color Cylindrical-coordinate representation of color #7B02FA: hue angle of 269.27º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B02FA is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 2 250 -
CMYK 0.51 0.99 0 0.02
HSL 269.27º 0.98% 0.49% -
HSV(B) 269.27º 0.99% 0.98% -
XYZ 25.45 11.16 91.25 -
YUV 66.45 231.59 168.33 -
System Red Green Blue C M Y K H S L
Decimal 123 2 250 0.51 0.99 0 0.02 269.27 0.98 0.49
Hex 7B 2 FA 33 63 0 2 10D 62 31
Octal 173 2 372 63 143 0 2 415 142 61
Binary 1111011 10 11111010 110011 1100011 0 10 100001101 1100010 110001

Color Harmonies of #7B02FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B02FA

Black with #7B02FA

Text Example


Text Example

White with #7B02FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,2,250); }

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

background-color css

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

 a { background-color: rgb(123,2,250); }

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

border-color css

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

 span { border-color: rgb(123,2,250); }

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