Html Css Color HEX #7003EA Electric Indigo

📋 copy color: '#7003EA'

red 112 ◦ green 3 ◦ blue 234

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

Shades of Electric Indigo #7003EA

Tints of Electric Indigo #7003EA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

 BLUE value IS 234 (91.8% from 255) = 67.05%

R = 32.09%
G = 0.86%
B = 67.05%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7003EA (or 0x7003EA) is known color: Electric Indigo. HEX triplet: 70, 03 and EA. RGB value is (112,3,234). Sum of RGB (Red+Green+Blue) = 112+3+234=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 234 (91.80% from 255 or 67.05% from 349); Max value from RGB is 234 - color contains mainly: blue. Hex color #7003EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7003EA is #8FFC15. Grayscale: #3D3D3D. Windows color (decimal): -9436182 or 15336304. OLE color: 15336304.

HSL color Cylindrical-coordinate representation of color #7003EA: hue angle of 268.31º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7003EA is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 3 234 -
CMYK 0.52 0.99 0 0.08
HSL 268.31º 0.97% 0.46% -
HSV(B) 268.31º 0.99% 0.92% -
XYZ 21.57 9.45 78.53 -
YUV 61.93 225.11 163.72 -
System Red Green Blue C M Y K H S L
Decimal 112 3 234 0.52 0.99 0 0.08 268.31 0.97 0.46
Hex 70 3 EA 34 63 0 8 10C 61 2E
Octal 160 3 352 64 143 0 10 414 141 56
Binary 1110000 11 11101010 110100 1100011 0 1000 100001100 1100001 101110

Color Harmonies of #7003EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7003EA

Black with #7003EA

Text Example


Text Example

White with #7003EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7003EA; }

 p { color: rgb(112,3,234); }

 H1.HeaderClassName
 {
   color: #7003EA;
 }
 .AnyTagClassName
 {
   color: #7003EA;
 }
</style>

background-color css

<style>
 a { background-color: #7003EA; }

 a { background-color: rgb(112,3,234); }

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

border-color css

<style>
 span { border-color: #7003EA; }

 span { border-color: rgb(112,3,234); }

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