Html Css Color HEX #701DF9 Electric Indigo

📋 copy color: '#701DF9'

red 112 ◦ green 29 ◦ blue 249

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

Shades of Electric Indigo #701DF9

Tints of Electric Indigo #701DF9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.44%

 BLUE value IS 249 (97.66% from 255) = 63.85%

R = 28.72%
G = 7.44%
B = 63.85%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#701DF9 (or 0x701DF9) is known color: Electric Indigo. HEX triplet: 70, 1D and F9. RGB value is (112,29,249). Sum of RGB (Red+Green+Blue) = 112+29+249=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 249 (97.66% from 255 or 63.85% from 390); Max value from RGB is 249 - color contains mainly: blue. Hex color #701DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701DF9 is #8FE206. Grayscale: #4E4E4E. Windows color (decimal): -9429511 or 16326000. OLE color: 16326000.

HSL color Cylindrical-coordinate representation of color #701DF9: hue angle of 262.64º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701DF9 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 29 249 -
CMYK 0.55 0.88 0 0.02
HSL 262.64º 0.95% 0.55% -
HSV(B) 262.64º 0.88% 0.98% -
XYZ 24.22 11.16 90.5 -
YUV 78.9 224 151.61 -
System Red Green Blue C M Y K H S L
Decimal 112 29 249 0.55 0.88 0 0.02 262.64 0.95 0.55
Hex 70 1D F9 37 58 0 2 107 5F 37
Octal 160 35 371 67 130 0 2 407 137 67
Binary 1110000 11101 11111001 110111 1011000 0 10 100000111 1011111 110111

Color Harmonies of #701DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701DF9

Black with #701DF9

Text Example


Text Example

White with #701DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701DF9; }

 p { color: rgb(112,29,249); }

 H1.HeaderClassName
 {
   color: #701DF9;
 }
 .AnyTagClassName
 {
   color: #701DF9;
 }
</style>

background-color css

<style>
 a { background-color: #701DF9; }

 a { background-color: rgb(112,29,249); }

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

border-color css

<style>
 span { border-color: #701DF9; }

 span { border-color: rgb(112,29,249); }

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