Html Css Color HEX #880DFD Electric Indigo

📋 copy color: '#880DFD'

red 136 ◦ green 13 ◦ blue 253

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

Shades of Electric Indigo #880DFD

Tints of Electric Indigo #880DFD

RGB

 RED value IS 136 (53.52% from 255) = 33.83%

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

 BLUE value IS 253 (99.22% from 255) = 62.94%

R = 33.83%
G = 3.23%
B = 62.94%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#880DFD (or 0x880DFD) is known color: Electric Indigo. HEX triplet: 88, 0D and FD. RGB value is (136,13,253). Sum of RGB (Red+Green+Blue) = 136+13+253=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #880DFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880DFD is #77F202. Grayscale: #4C4C4C. Windows color (decimal): -7860739 or 16584072. OLE color: 16584072.

HSL color Cylindrical-coordinate representation of color #880DFD: hue angle of 270.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880DFD is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 136 13 253 -
CMYK 0.46 0.95 0 0.01
HSL 270.75º 0.98% 0.52% -
HSV(B) 270.75º 0.95% 0.99% -
XYZ 28.03 12.61 93.89 -
YUV 77.14 227.25 169.99 -
System Red Green Blue C M Y K H S L
Decimal 136 13 253 0.46 0.95 0 0.01 270.75 0.98 0.52
Hex 88 D FD 2E 5F 0 1 10F 62 34
Octal 210 15 375 56 137 0 1 417 142 64
Binary 10001000 1101 11111101 101110 1011111 0 1 100001111 1100010 110100

Color Harmonies of #880DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880DFD

Black with #880DFD

Text Example


Text Example

White with #880DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880DFD; }

 p { color: rgb(136,13,253); }

 H1.HeaderClassName
 {
   color: #880DFD;
 }
 .AnyTagClassName
 {
   color: #880DFD;
 }
</style>

background-color css

<style>
 a { background-color: #880DFD; }

 a { background-color: rgb(136,13,253); }

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

border-color css

<style>
 span { border-color: #880DFD; }

 span { border-color: rgb(136,13,253); }

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