Html Css Color HEX #7102EF Electric Indigo

📋 copy color: '#7102EF'

red 113 ◦ green 2 ◦ blue 239

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

Shades of Electric Indigo #7102EF

Tints of Electric Indigo #7102EF

RGB

 RED value IS 113 (44.53% from 255) = 31.92%

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

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

R = 31.92%
G = 0.56%
B = 67.51%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7102EF (or 0x7102EF) is known color: Electric Indigo. HEX triplet: 71, 02 and EF. RGB value is (113,2,239). Sum of RGB (Red+Green+Blue) = 113+2+239=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #7102EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7102EF is #8EFD10. Grayscale: #3D3D3D. Windows color (decimal): -9370897 or 15663729. OLE color: 15663729.

HSL color Cylindrical-coordinate representation of color #7102EF: hue angle of 268.1º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7102EF is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 2 239 -
CMYK 0.53 0.99 0 0.06
HSL 268.1º 0.98% 0.47% -
HSV(B) 268.1º 0.99% 0.94% -
XYZ 22.41 9.79 82.37 -
YUV 62.21 227.77 164.23 -
System Red Green Blue C M Y K H S L
Decimal 113 2 239 0.53 0.99 0 0.06 268.1 0.98 0.47
Hex 71 2 EF 35 63 0 6 10C 62 2F
Octal 161 2 357 65 143 0 6 414 142 57
Binary 1110001 10 11101111 110101 1100011 0 110 100001100 1100010 101111

Color Harmonies of #7102EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7102EF

Black with #7102EF

Text Example


Text Example

White with #7102EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7102EF; }

 p { color: rgb(113,2,239); }

 H1.HeaderClassName
 {
   color: #7102EF;
 }
 .AnyTagClassName
 {
   color: #7102EF;
 }
</style>

background-color css

<style>
 a { background-color: #7102EF; }

 a { background-color: rgb(113,2,239); }

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

border-color css

<style>
 span { border-color: #7102EF; }

 span { border-color: rgb(113,2,239); }

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