Html Css Color HEX #701BFB Electric Indigo

📋 copy color: '#701BFB'

red 112 ◦ green 27 ◦ blue 251

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

Shades of Electric Indigo #701BFB

Tints of Electric Indigo #701BFB

RGB

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

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

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

R = 28.72%
G = 6.92%
B = 64.36%

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

#701BFB (or 0x701BFB) is known color: Electric Indigo. HEX triplet: 70, 1B and FB. RGB value is (112,27,251). Sum of RGB (Red+Green+Blue) = 112+27+251=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #701BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701BFB is #8FE404. Grayscale: #4D4D4D. Windows color (decimal): -9430021 or 16456560. OLE color: 16456560.

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

Color convert

RGB 112 27 251 -
CMYK 0.55 0.89 0 0.02
HSL 262.77º 0.97% 0.55% -
HSV(B) 262.77º 0.89% 0.98% -
XYZ 24.49 11.19 92.14 -
YUV 77.95 225.66 152.29 -
System Red Green Blue C M Y K H S L
Decimal 112 27 251 0.55 0.89 0 0.02 262.77 0.97 0.55
Hex 70 1B FB 37 59 0 2 107 61 37
Octal 160 33 373 67 131 0 2 407 141 67
Binary 1110000 11011 11111011 110111 1011001 0 10 100000111 1100001 110111

Color Harmonies of #701BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701BFB

Black with #701BFB

Text Example


Text Example

White with #701BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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