Html Css Color HEX #710CDD Electric Indigo

📋 copy color: '#710CDD'

red 113 ◦ green 12 ◦ blue 221

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

Shades of Electric Indigo #710CDD

Tints of Electric Indigo #710CDD

RGB

 RED value IS 113 (44.53% from 255) = 32.66%

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

 BLUE value IS 221 (86.72% from 255) = 63.87%

R = 32.66%
G = 3.47%
B = 63.87%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#710CDD (or 0x710CDD) is known color: Electric Indigo. HEX triplet: 71, 0C and DD. RGB value is (113,12,221). Sum of RGB (Red+Green+Blue) = 113+12+221=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #710CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710CDD is #8EF322. Grayscale: #414141. Windows color (decimal): -9368355 or 14486641. OLE color: 14486641.

HSL color Cylindrical-coordinate representation of color #710CDD: hue angle of 269º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710CDD is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 12 221 -
CMYK 0.49 0.95 0 0.13
HSL 269º 0.9% 0.46% -
HSV(B) 269º 0.95% 0.87% -
XYZ 19.99 8.99 69.09 -
YUV 66.03 215.46 161.51 -
System Red Green Blue C M Y K H S L
Decimal 113 12 221 0.49 0.95 0 0.13 269 0.9 0.46
Hex 71 C DD 31 5F 0 D 10D 5A 2E
Octal 161 14 335 61 137 0 15 415 132 56
Binary 1110001 1100 11011101 110001 1011111 0 1101 100001101 1011010 101110

Color Harmonies of #710CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710CDD

Black with #710CDD

Text Example


Text Example

White with #710CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710CDD; }

 p { color: rgb(113,12,221); }

 H1.HeaderClassName
 {
   color: #710CDD;
 }
 .AnyTagClassName
 {
   color: #710CDD;
 }
</style>

background-color css

<style>
 a { background-color: #710CDD; }

 a { background-color: rgb(113,12,221); }

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

border-color css

<style>
 span { border-color: #710CDD; }

 span { border-color: rgb(113,12,221); }

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