Html Css Color HEX #7002E9 Electric Indigo

📋 copy color: '#7002E9'

red 112 ◦ green 2 ◦ blue 233

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

Shades of Electric Indigo #7002E9

Tints of Electric Indigo #7002E9

RGB

 RED value IS 112 (44.14% from 255) = 32.28%

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

 BLUE value IS 233 (91.41% from 255) = 67.15%

R = 32.28%
G = 0.58%
B = 67.15%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7002E9 (or 0x7002E9) is known color: Electric Indigo. HEX triplet: 70, 02 and E9. RGB value is (112,2,233). Sum of RGB (Red+Green+Blue) = 112+2+233=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 233 (91.41% from 255 or 67.15% from 347); Max value from RGB is 233 - color contains mainly: blue. Hex color #7002E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7002E9 is #8FFD16. Grayscale: #3C3C3C. Windows color (decimal): -9436439 or 15270512. OLE color: 15270512.

HSL color Cylindrical-coordinate representation of color #7002E9: hue angle of 268.57º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7002E9 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 2 233 -
CMYK 0.52 0.99 0 0.09
HSL 268.57º 0.98% 0.46% -
HSV(B) 268.57º 0.99% 0.91% -
XYZ 21.41 9.37 77.77 -
YUV 61.22 224.94 164.22 -
System Red Green Blue C M Y K H S L
Decimal 112 2 233 0.52 0.99 0 0.09 268.57 0.98 0.46
Hex 70 2 E9 34 63 0 9 10D 62 2E
Octal 160 2 351 64 143 0 11 415 142 56
Binary 1110000 10 11101001 110100 1100011 0 1001 100001101 1100010 101110

Color Harmonies of #7002E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7002E9

Black with #7002E9

Text Example


Text Example

White with #7002E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7002E9; }

 p { color: rgb(112,2,233); }

 H1.HeaderClassName
 {
   color: #7002E9;
 }
 .AnyTagClassName
 {
   color: #7002E9;
 }
</style>

background-color css

<style>
 a { background-color: #7002E9; }

 a { background-color: rgb(112,2,233); }

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

border-color css

<style>
 span { border-color: #7002E9; }

 span { border-color: rgb(112,2,233); }

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