Html Css Color HEX #7202FB Electric Indigo

📋 copy color: '#7202FB'

red 114 ◦ green 2 ◦ blue 251

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

Shades of Electric Indigo #7202FB

Tints of Electric Indigo #7202FB

RGB

 RED value IS 114 (44.92% from 255) = 31.06%

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

 BLUE value IS 251 (98.44% from 255) = 68.39%

R = 31.06%
G = 0.54%
B = 68.39%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7202FB (or 0x7202FB) is known color: Electric Indigo. HEX triplet: 72, 02 and FB. RGB value is (114,2,251). Sum of RGB (Red+Green+Blue) = 114+2+251=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #7202FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7202FB is #8DFD04. Grayscale: #3E3E3E. Windows color (decimal): -9305349 or 16450162. OLE color: 16450162.

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

Color convert

RGB 114 2 251 -
CMYK 0.55 0.99 0 0.02
HSL 266.99º 0.98% 0.5% -
HSV(B) 266.99º 0.99% 0.98% -
XYZ 24.37 10.59 92.03 -
YUV 63.87 233.61 163.75 -
System Red Green Blue C M Y K H S L
Decimal 114 2 251 0.55 0.99 0 0.02 266.99 0.98 0.5
Hex 72 2 FB 37 63 0 2 10B 62 32
Octal 162 2 373 67 143 0 2 413 142 62
Binary 1110010 10 11111011 110111 1100011 0 10 100001011 1100010 110010

Color Harmonies of #7202FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7202FB

Black with #7202FB

Text Example


Text Example

White with #7202FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7202FB; }

 p { color: rgb(114,2,251); }

 H1.HeaderClassName
 {
   color: #7202FB;
 }
 .AnyTagClassName
 {
   color: #7202FB;
 }
</style>

background-color css

<style>
 a { background-color: #7202FB; }

 a { background-color: rgb(114,2,251); }

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

border-color css

<style>
 span { border-color: #7202FB; }

 span { border-color: rgb(114,2,251); }

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