Html Css Color HEX #7001DC Electric Indigo

📋 copy color: '#7001DC'

red 112 ◦ green 1 ◦ blue 220

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

Shades of Electric Indigo #7001DC

Tints of Electric Indigo #7001DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 33.63%
G = 0.3%
B = 66.07%

CMYK

 C value IS 0.49

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7001DC (or 0x7001DC) is known color: Electric Indigo. HEX triplet: 70, 01 and DC. RGB value is (112,1,220). Sum of RGB (Red+Green+Blue) = 112+1+220=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #7001DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7001DC is #8FFE23. Grayscale: #3A3A3A. Windows color (decimal): -9436708 or 14418288. OLE color: 14418288.

HSL color Cylindrical-coordinate representation of color #7001DC: hue angle of 270.41º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7001DC is Cyan = 0.49, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 1 220 -
CMYK 0.49 1.00 0 0.14
HSL 270.41º 0.99% 0.43% -
HSV(B) 270.41º 1% 0.86% -
XYZ 19.61 8.63 68.34 -
YUV 59.16 218.77 165.69 -
System Red Green Blue C M Y K H S L
Decimal 112 1 220 0.49 1.00 0 0.14 270.41 0.99 0.43
Hex 70 1 DC 31 64 0 E 10E 63 2B
Octal 160 1 334 61 144 0 16 416 143 53
Binary 1110000 1 11011100 110001 1100100 0 1110 100001110 1100011 101011

Color Harmonies of #7001DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7001DC

Black with #7001DC

Text Example


Text Example

White with #7001DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,1,220); }

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

background-color css

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

 a { background-color: rgb(112,1,220); }

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

border-color css

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

 span { border-color: rgb(112,1,220); }

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