Html Css Color HEX #7B02FC Electric Indigo

📋 copy color: '#7B02FC'

red 123 ◦ green 2 ◦ blue 252

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

Shades of Electric Indigo #7B02FC

Tints of Electric Indigo #7B02FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.84%

R = 32.63%
G = 0.53%
B = 66.84%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B02FC (or 0x7B02FC) is known color: Electric Indigo. HEX triplet: 7B, 02 and FC. RGB value is (123,2,252). Sum of RGB (Red+Green+Blue) = 123+2+252=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B02FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B02FC is #84FD03. Grayscale: #414141. Windows color (decimal): -8715524 or 16515707. OLE color: 16515707.

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

Color convert

RGB 123 2 252 -
CMYK 0.51 0.99 0 0.01
HSL 269.04º 0.98% 0.5% -
HSV(B) 269.04º 0.99% 0.99% -
XYZ 25.76 11.28 92.92 -
YUV 66.68 232.59 168.17 -
System Red Green Blue C M Y K H S L
Decimal 123 2 252 0.51 0.99 0 0.01 269.04 0.98 0.5
Hex 7B 2 FC 33 63 0 1 10D 62 32
Octal 173 2 374 63 143 0 1 415 142 62
Binary 1111011 10 11111100 110011 1100011 0 1 100001101 1100010 110010

Color Harmonies of #7B02FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B02FC

Black with #7B02FC

Text Example


Text Example

White with #7B02FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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