Html Css Color HEX #710BDA Electric Indigo

📋 copy color: '#710BDA'

red 113 ◦ green 11 ◦ blue 218

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

Shades of Electric Indigo #710BDA

Tints of Electric Indigo #710BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.22%

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

R = 33.04%
G = 3.22%
B = 63.74%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#710BDA (or 0x710BDA) is known color: Electric Indigo. HEX triplet: 71, 0B and DA. RGB value is (113,11,218). Sum of RGB (Red+Green+Blue) = 113+11+218=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 11 (4.69% from 255 or 3.22% 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 #710BDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710BDA is #8EF425. Grayscale: #404040. Windows color (decimal): -9368614 or 14289777. OLE color: 14289777.

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

Color convert

RGB 113 11 218 -
CMYK 0.48 0.95 0 0.15
HSL 269.57º 0.9% 0.45% -
HSV(B) 269.57º 0.95% 0.85% -
XYZ 19.58 8.81 67 -
YUV 65.1 214.29 162.17 -
System Red Green Blue C M Y K H S L
Decimal 113 11 218 0.48 0.95 0 0.15 269.57 0.9 0.45
Hex 71 B DA 30 5F 0 F 10E 5A 2D
Octal 161 13 332 60 137 0 17 416 132 55
Binary 1110001 1011 11011010 110000 1011111 0 1111 100001110 1011010 101101

Color Harmonies of #710BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710BDA

Black with #710BDA

Text Example


Text Example

White with #710BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,11,218); }

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

background-color css

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

 a { background-color: rgb(113,11,218); }

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

border-color css

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

 span { border-color: rgb(113,11,218); }

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