Html Css Color HEX #700DFA Electric Indigo

📋 copy color: '#700DFA'

red 112 ◦ green 13 ◦ blue 250

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

Shades of Electric Indigo #700DFA

Tints of Electric Indigo #700DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.67%

R = 29.87%
G = 3.47%
B = 66.67%

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

#700DFA (or 0x700DFA) is known color: Electric Indigo. HEX triplet: 70, 0D and FA. RGB value is (112,13,250). Sum of RGB (Red+Green+Blue) = 112+13+250=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #700DFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700DFA is #8FF205. Grayscale: #444444. Windows color (decimal): -9433606 or 16387440. OLE color: 16387440.

HSL color Cylindrical-coordinate representation of color #700DFA: hue angle of 265.06º degrees, saturation: 0.96, 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 #700DFA is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 13 250 -
CMYK 0.55 0.95 0 0.02
HSL 265.06º 0.96% 0.52% -
HSV(B) 265.06º 0.95% 0.98% -
XYZ 24.08 10.63 91.23 -
YUV 69.62 229.8 158.23 -
System Red Green Blue C M Y K H S L
Decimal 112 13 250 0.55 0.95 0 0.02 265.06 0.96 0.52
Hex 70 D FA 37 5F 0 2 109 60 34
Octal 160 15 372 67 137 0 2 411 140 64
Binary 1110000 1101 11111010 110111 1011111 0 10 100001001 1100000 110100

Color Harmonies of #700DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700DFA

Black with #700DFA

Text Example


Text Example

White with #700DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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