Html Css Color HEX #7002F3 Electric Indigo

📋 copy color: '#7002F3'

red 112 ◦ green 2 ◦ blue 243

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

Shades of Electric Indigo #7002F3

Tints of Electric Indigo #7002F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 68.07%

R = 31.37%
G = 0.56%
B = 68.07%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7002F3 (or 0x7002F3) is known color: Electric Indigo. HEX triplet: 70, 02 and F3. RGB value is (112,2,243). Sum of RGB (Red+Green+Blue) = 112+2+243=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 243 (95.31% from 255 or 68.07% from 357); Max value from RGB is 243 - color contains mainly: blue. Hex color #7002F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7002F3 is #8FFD0C. Grayscale: #3D3D3D. Windows color (decimal): -9436429 or 15925872. OLE color: 15925872.

HSL color Cylindrical-coordinate representation of color #7002F3: hue angle of 267.39º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7002F3 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 2 243 -
CMYK 0.54 0.99 0 0.05
HSL 267.39º 0.98% 0.48% -
HSV(B) 267.39º 0.99% 0.95% -
XYZ 22.88 9.96 85.51 -
YUV 62.36 229.94 163.4 -
System Red Green Blue C M Y K H S L
Decimal 112 2 243 0.54 0.99 0 0.05 267.39 0.98 0.48
Hex 70 2 F3 36 63 0 5 10B 62 30
Octal 160 2 363 66 143 0 5 413 142 60
Binary 1110000 10 11110011 110110 1100011 0 101 100001011 1100010 110000

Color Harmonies of #7002F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7002F3

Black with #7002F3

Text Example


Text Example

White with #7002F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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