Html Css Color HEX #701DFD Electric Indigo

📋 copy color: '#701DFD'

red 112 ◦ green 29 ◦ blue 253

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

Shades of Electric Indigo #701DFD

Tints of Electric Indigo #701DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.21%

R = 28.43%
G = 7.36%
B = 64.21%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#701DFD (or 0x701DFD) is known color: Electric Indigo. HEX triplet: 70, 1D and FD. RGB value is (112,29,253). Sum of RGB (Red+Green+Blue) = 112+29+253=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #701DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701DFD is #8FE202. Grayscale: #4E4E4E. Windows color (decimal): -9429507 or 16588144. OLE color: 16588144.

HSL color Cylindrical-coordinate representation of color #701DFD: hue angle of 262.23º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701DFD is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 29 253 -
CMYK 0.56 0.89 0 0.01
HSL 262.23º 0.98% 0.55% -
HSV(B) 262.23º 0.89% 0.99% -
XYZ 24.85 11.42 93.82 -
YUV 79.35 226 151.29 -
System Red Green Blue C M Y K H S L
Decimal 112 29 253 0.56 0.89 0 0.01 262.23 0.98 0.55
Hex 70 1D FD 38 59 0 1 106 62 37
Octal 160 35 375 70 131 0 1 406 142 67
Binary 1110000 11101 11111101 111000 1011001 0 1 100000110 1100010 110111

Color Harmonies of #701DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701DFD

Black with #701DFD

Text Example


Text Example

White with #701DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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