Html Css Color HEX #701BFF Electric Indigo

📋 copy color: '#701BFF'

red 112 ◦ green 27 ◦ blue 255

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

Shades of Electric Indigo #701BFF

Tints of Electric Indigo #701BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.85%

 BLUE value IS 255 (100% from 255) = 64.72%

R = 28.43%
G = 6.85%
B = 64.72%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#701BFF (or 0x701BFF) is known color: Electric Indigo. HEX triplet: 70, 1B and FF. RGB value is (112,27,255). Sum of RGB (Red+Green+Blue) = 112+27+255=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 27 (10.94% from 255 or 6.85% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #701BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701BFF is #8FE400. Grayscale: #4D4D4D. Windows color (decimal): -9430017 or 16718704. OLE color: 16718704.

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

Color convert

RGB 112 27 255 -
CMYK 0.56 0.89 0 0
HSL 262.37º 1% 0.55% -
HSV(B) 262.37º 0.89% 1% -
XYZ 25.12 11.45 95.49 -
YUV 78.41 227.66 151.96 -
System Red Green Blue C M Y K H S L
Decimal 112 27 255 0.56 0.89 0 0 262.37 1 0.55
Hex 70 1B FF 38 59 0 0 106 64 37
Octal 160 33 377 70 131 0 0 406 144 67
Binary 1110000 11011 11111111 111000 1011001 0 0 100000110 1100100 110111

Color Harmonies of #701BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701BFF

Black with #701BFF

Text Example


Text Example

White with #701BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,27,255); }

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

background-color css

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

 a { background-color: rgb(112,27,255); }

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

border-color css

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

 span { border-color: rgb(112,27,255); }

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