Html Css Color HEX #701CFB Electric Indigo

📋 copy color: '#701CFB'

red 112 ◦ green 28 ◦ blue 251

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

Shades of Electric Indigo #701CFB

Tints of Electric Indigo #701CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.16%

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

R = 28.64%
G = 7.16%
B = 64.19%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#701CFB (or 0x701CFB) is known color: Electric Indigo. HEX triplet: 70, 1C and FB. RGB value is (112,28,251). Sum of RGB (Red+Green+Blue) = 112+28+251=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #701CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701CFB is #8FE304. Grayscale: #4D4D4D. Windows color (decimal): -9429765 or 16456816. OLE color: 16456816.

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

Color convert

RGB 112 28 251 -
CMYK 0.55 0.89 0 0.02
HSL 262.6º 0.97% 0.55% -
HSV(B) 262.6º 0.89% 0.98% -
XYZ 24.51 11.24 92.14 -
YUV 78.54 225.33 151.87 -
System Red Green Blue C M Y K H S L
Decimal 112 28 251 0.55 0.89 0 0.02 262.6 0.97 0.55
Hex 70 1C FB 37 59 0 2 107 61 37
Octal 160 34 373 67 131 0 2 407 141 67
Binary 1110000 11100 11111011 110111 1011001 0 10 100000111 1100001 110111

Color Harmonies of #701CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701CFB

Black with #701CFB

Text Example


Text Example

White with #701CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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