Html Css Color HEX #701CFF Electric Indigo

📋 copy color: '#701CFF'

red 112 ◦ green 28 ◦ blue 255

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

Shades of Electric Indigo #701CFF

Tints of Electric Indigo #701CFF

RGB

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

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

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

R = 28.35%
G = 7.09%
B = 64.56%

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

#701CFF (or 0x701CFF) is known color: Electric Indigo. HEX triplet: 70, 1C and FF. RGB value is (112,28,255). Sum of RGB (Red+Green+Blue) = 112+28+255=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #701CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701CFF is #8FE300. Grayscale: #4E4E4E. Windows color (decimal): -9429761 or 16718960. OLE color: 16718960.

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

Color convert

RGB 112 28 255 -
CMYK 0.56 0.89 0 0
HSL 262.2º 1% 0.55% -
HSV(B) 262.2º 0.89% 1% -
XYZ 25.15 11.5 95.5 -
YUV 78.99 227.33 151.54 -
System Red Green Blue C M Y K H S L
Decimal 112 28 255 0.56 0.89 0 0 262.2 1 0.55
Hex 70 1C FF 38 59 0 0 106 64 37
Octal 160 34 377 70 131 0 0 406 144 67
Binary 1110000 11100 11111111 111000 1011001 0 0 100000110 1100100 110111

Color Harmonies of #701CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701CFF

Black with #701CFF

Text Example


Text Example

White with #701CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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