Html Css Color HEX #700DFB Electric Indigo

📋 copy color: '#700DFB'

red 112 ◦ green 13 ◦ blue 251

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

Shades of Electric Indigo #700DFB

Tints of Electric Indigo #700DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.46%

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

R = 29.79%
G = 3.46%
B = 66.76%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#700DFB (or 0x700DFB) is known color: Electric Indigo. HEX triplet: 70, 0D and FB. RGB value is (112,13,251). Sum of RGB (Red+Green+Blue) = 112+13+251=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #700DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700DFB is #8FF204. Grayscale: #444444. Windows color (decimal): -9433605 or 16452976. OLE color: 16452976.

HSL color Cylindrical-coordinate representation of color #700DFB: hue angle of 264.96º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700DFB is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 13 251 -
CMYK 0.55 0.95 0 0.02
HSL 264.96º 0.97% 0.52% -
HSV(B) 264.96º 0.95% 0.98% -
XYZ 24.24 10.7 92.05 -
YUV 69.73 230.3 158.15 -
System Red Green Blue C M Y K H S L
Decimal 112 13 251 0.55 0.95 0 0.02 264.96 0.97 0.52
Hex 70 D FB 37 5F 0 2 109 61 34
Octal 160 15 373 67 137 0 2 411 141 64
Binary 1110000 1101 11111011 110111 1011111 0 10 100001001 1100001 110100

Color Harmonies of #700DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700DFB

Black with #700DFB

Text Example


Text Example

White with #700DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700DFB; }

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

 H1.HeaderClassName
 {
   color: #700DFB;
 }
 .AnyTagClassName
 {
   color: #700DFB;
 }
</style>

background-color css

<style>
 a { background-color: #700DFB; }

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

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

border-color css

<style>
 span { border-color: #700DFB; }

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

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