Html Css Color HEX #701EFD Electric Indigo

📋 copy color: '#701EFD'

red 112 ◦ green 30 ◦ blue 253

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

Shades of Electric Indigo #701EFD

Tints of Electric Indigo #701EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.59%

 BLUE value IS 253 (99.22% from 255) = 64.05%

R = 28.35%
G = 7.59%
B = 64.05%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#701EFD (or 0x701EFD) is known color: Electric Indigo. HEX triplet: 70, 1E and FD. RGB value is (112,30,253). Sum of RGB (Red+Green+Blue) = 112+30+253=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #701EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701EFD is #8FE102. Grayscale: #4F4F4F. Windows color (decimal): -9429251 or 16588400. OLE color: 16588400.

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

Color convert

RGB 112 30 253 -
CMYK 0.56 0.88 0 0.01
HSL 262.06º 0.98% 0.55% -
HSV(B) 262.06º 0.88% 0.99% -
XYZ 24.88 11.47 93.83 -
YUV 79.94 225.67 150.87 -
System Red Green Blue C M Y K H S L
Decimal 112 30 253 0.56 0.88 0 0.01 262.06 0.98 0.55
Hex 70 1E FD 38 58 0 1 106 62 37
Octal 160 36 375 70 130 0 1 406 142 67
Binary 1110000 11110 11111101 111000 1011000 0 1 100000110 1100010 110111

Color Harmonies of #701EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701EFD

Black with #701EFD

Text Example


Text Example

White with #701EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,30,253); }

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

background-color css

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

 a { background-color: rgb(112,30,253); }

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

border-color css

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

 span { border-color: rgb(112,30,253); }

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