Html Css Color HEX #701DFB Electric Indigo

📋 copy color: '#701DFB'

red 112 ◦ green 29 ◦ blue 251

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

Shades of Electric Indigo #701DFB

Tints of Electric Indigo #701DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.03%

R = 28.57%
G = 7.4%
B = 64.03%

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

#701DFB (or 0x701DFB) is known color: Electric Indigo. HEX triplet: 70, 1D and FB. RGB value is (112,29,251). Sum of RGB (Red+Green+Blue) = 112+29+251=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #701DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701DFB is #8FE204. Grayscale: #4E4E4E. Windows color (decimal): -9429509 or 16457072. OLE color: 16457072.

HSL color Cylindrical-coordinate representation of color #701DFB: hue angle of 262.43º degrees, saturation: 0.97, 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 #701DFB is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 29 251 -
CMYK 0.55 0.88 0 0.02
HSL 262.43º 0.97% 0.55% -
HSV(B) 262.43º 0.88% 0.98% -
XYZ 24.53 11.29 92.15 -
YUV 79.13 225 151.45 -
System Red Green Blue C M Y K H S L
Decimal 112 29 251 0.55 0.88 0 0.02 262.43 0.97 0.55
Hex 70 1D FB 37 58 0 2 106 61 37
Octal 160 35 373 67 130 0 2 406 141 67
Binary 1110000 11101 11111011 110111 1011000 0 10 100000110 1100001 110111

Color Harmonies of #701DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701DFB

Black with #701DFB

Text Example


Text Example

White with #701DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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