Html Css Color HEX #701CFC Electric Indigo

📋 copy color: '#701CFC'

red 112 ◦ green 28 ◦ blue 252

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

Shades of Electric Indigo #701CFC

Tints of Electric Indigo #701CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.29%

R = 28.57%
G = 7.14%
B = 64.29%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#701CFC (or 0x701CFC) is known color: Electric Indigo. HEX triplet: 70, 1C and FC. RGB value is (112,28,252). Sum of RGB (Red+Green+Blue) = 112+28+252=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #701CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701CFC is #8FE303. Grayscale: #4D4D4D. Windows color (decimal): -9429764 or 16522352. OLE color: 16522352.

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

Color convert

RGB 112 28 252 -
CMYK 0.56 0.89 0 0.01
HSL 262.5º 0.97% 0.55% -
HSV(B) 262.5º 0.89% 0.99% -
XYZ 24.67 11.3 92.98 -
YUV 78.65 225.83 151.79 -
System Red Green Blue C M Y K H S L
Decimal 112 28 252 0.56 0.89 0 0.01 262.5 0.97 0.55
Hex 70 1C FC 38 59 0 1 106 61 37
Octal 160 34 374 70 131 0 1 406 141 67
Binary 1110000 11100 11111100 111000 1011001 0 1 100000110 1100001 110111

Color Harmonies of #701CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701CFC

Black with #701CFC

Text Example


Text Example

White with #701CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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