Html Css Color HEX #7B02FD Electric Indigo

📋 copy color: '#7B02FD'

red 123 ◦ green 2 ◦ blue 253

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

Shades of Electric Indigo #7B02FD

Tints of Electric Indigo #7B02FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.93%

R = 32.54%
G = 0.53%
B = 66.93%

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

#7B02FD (or 0x7B02FD) is known color: Electric Indigo. HEX triplet: 7B, 02 and FD. RGB value is (123,2,253). Sum of RGB (Red+Green+Blue) = 123+2+253=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B02FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B02FD is #84FD02. Grayscale: #414141. Windows color (decimal): -8715523 or 16581243. OLE color: 16581243.

HSL color Cylindrical-coordinate representation of color #7B02FD: hue angle of 268.92º 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 #7B02FD is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 2 253 -
CMYK 0.51 0.99 0 0.01
HSL 268.92º 0.98% 0.5% -
HSV(B) 268.92º 0.99% 0.99% -
XYZ 25.92 11.35 93.75 -
YUV 66.79 233.09 168.09 -
System Red Green Blue C M Y K H S L
Decimal 123 2 253 0.51 0.99 0 0.01 268.92 0.98 0.5
Hex 7B 2 FD 33 63 0 1 10D 62 32
Octal 173 2 375 63 143 0 1 415 142 62
Binary 1111011 10 11111101 110011 1100011 0 1 100001101 1100010 110010

Color Harmonies of #7B02FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B02FD

Black with #7B02FD

Text Example


Text Example

White with #7B02FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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