Html Css Color HEX #700CDA Electric Indigo

📋 copy color: '#700CDA'

red 112 ◦ green 12 ◦ blue 218

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

Shades of Electric Indigo #700CDA

Tints of Electric Indigo #700CDA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.51%

 BLUE value IS 218 (85.55% from 255) = 63.74%

R = 32.75%
G = 3.51%
B = 63.74%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#700CDA (or 0x700CDA) is known color: Electric Indigo. HEX triplet: 70, 0C and DA. RGB value is (112,12,218). Sum of RGB (Red+Green+Blue) = 112+12+218=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #700CDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700CDA is #8FF325. Grayscale: #404040. Windows color (decimal): -9433894 or 14290032. OLE color: 14290032.

HSL color Cylindrical-coordinate representation of color #700CDA: hue angle of 269.13º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700CDA is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 12 218 -
CMYK 0.49 0.94 0 0.15
HSL 269.13º 0.9% 0.45% -
HSV(B) 269.13º 0.94% 0.85% -
XYZ 19.47 8.77 67 -
YUV 65.38 214.13 161.25 -
System Red Green Blue C M Y K H S L
Decimal 112 12 218 0.49 0.94 0 0.15 269.13 0.9 0.45
Hex 70 C DA 31 5E 0 F 10D 5A 2D
Octal 160 14 332 61 136 0 17 415 132 55
Binary 1110000 1100 11011010 110001 1011110 0 1111 100001101 1011010 101101

Color Harmonies of #700CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700CDA

Black with #700CDA

Text Example


Text Example

White with #700CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,12,218); }

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

background-color css

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

 a { background-color: rgb(112,12,218); }

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

border-color css

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

 span { border-color: rgb(112,12,218); }

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