Html Css Color HEX #710DFB Electric Indigo

📋 copy color: '#710DFB'

red 113 ◦ green 13 ◦ blue 251

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

Shades of Electric Indigo #710DFB

Tints of Electric Indigo #710DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.58%

R = 29.97%
G = 3.45%
B = 66.58%

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

#710DFB (or 0x710DFB) is known color: Electric Indigo. HEX triplet: 71, 0D and FB. RGB value is (113,13,251). Sum of RGB (Red+Green+Blue) = 113+13+251=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #710DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710DFB is #8EF204. Grayscale: #454545. Windows color (decimal): -9368069 or 16452977. OLE color: 16452977.

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

Color convert

RGB 113 13 251 -
CMYK 0.55 0.95 0 0.02
HSL 265.21º 0.97% 0.52% -
HSV(B) 265.21º 0.95% 0.98% -
XYZ 24.37 10.76 92.06 -
YUV 70.03 230.13 158.65 -
System Red Green Blue C M Y K H S L
Decimal 113 13 251 0.55 0.95 0 0.02 265.21 0.97 0.52
Hex 71 D FB 37 5F 0 2 109 61 34
Octal 161 15 373 67 137 0 2 411 141 64
Binary 1110001 1101 11111011 110111 1011111 0 10 100001001 1100001 110100

Color Harmonies of #710DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DFB

Black with #710DFB

Text Example


Text Example

White with #710DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,13,251); }

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

background-color css

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

 a { background-color: rgb(113,13,251); }

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

border-color css

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

 span { border-color: rgb(113,13,251); }

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