Html Css Color HEX #700DF0 Electric Indigo

📋 copy color: '#700DF0'

red 112 ◦ green 13 ◦ blue 240

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

Shades of Electric Indigo #700DF0

Tints of Electric Indigo #700DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 65.75%

R = 30.68%
G = 3.56%
B = 65.75%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#700DF0 (or 0x700DF0) is known color: Electric Indigo. HEX triplet: 70, 0D and F0. RGB value is (112,13,240). Sum of RGB (Red+Green+Blue) = 112+13+240=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 240 (94.14% from 255 or 65.75% from 365); Max value from RGB is 240 - color contains mainly: blue. Hex color #700DF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700DF0 is #8FF20F. Grayscale: #434343. Windows color (decimal): -9433616 or 15732080. OLE color: 15732080.

HSL color Cylindrical-coordinate representation of color #700DF0: hue angle of 266.17º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700DF0 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 13 240 -
CMYK 0.53 0.95 0 0.06
HSL 266.17º 0.9% 0.5% -
HSV(B) 266.17º 0.95% 0.94% -
XYZ 22.55 10.02 83.18 -
YUV 68.48 224.8 159.04 -
System Red Green Blue C M Y K H S L
Decimal 112 13 240 0.53 0.95 0 0.06 266.17 0.9 0.5
Hex 70 D F0 35 5F 0 6 10A 5A 32
Octal 160 15 360 65 137 0 6 412 132 62
Binary 1110000 1101 11110000 110101 1011111 0 110 100001010 1011010 110010

Color Harmonies of #700DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700DF0

Black with #700DF0

Text Example


Text Example

White with #700DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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