Html Css Color HEX #7202DC Electric Indigo

📋 copy color: '#7202DC'

red 114 ◦ green 2 ◦ blue 220

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

Shades of Electric Indigo #7202DC

Tints of Electric Indigo #7202DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.48%

R = 33.93%
G = 0.6%
B = 65.48%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7202DC (or 0x7202DC) is known color: Electric Indigo. HEX triplet: 72, 02 and DC. RGB value is (114,2,220). Sum of RGB (Red+Green+Blue) = 114+2+220=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #7202DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7202DC is #8DFD23. Grayscale: #3B3B3B. Windows color (decimal): -9305380 or 14418546. OLE color: 14418546.

HSL color Cylindrical-coordinate representation of color #7202DC: hue angle of 270.83º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7202DC is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 2 220 -
CMYK 0.48 0.99 0 0.14
HSL 270.83º 0.98% 0.44% -
HSV(B) 270.83º 0.99% 0.86% -
XYZ 19.88 8.79 68.36 -
YUV 60.34 218.11 166.27 -
System Red Green Blue C M Y K H S L
Decimal 114 2 220 0.48 0.99 0 0.14 270.83 0.98 0.44
Hex 72 2 DC 30 63 0 E 10F 62 2C
Octal 162 2 334 60 143 0 16 417 142 54
Binary 1110010 10 11011100 110000 1100011 0 1110 100001111 1100010 101100

Color Harmonies of #7202DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7202DC

Black with #7202DC

Text Example


Text Example

White with #7202DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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