Html Css Color HEX #880FFD Electric Indigo

📋 copy color: '#880FFD'

red 136 ◦ green 15 ◦ blue 253

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

Shades of Electric Indigo #880FFD

Tints of Electric Indigo #880FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.71%

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

R = 33.66%
G = 3.71%
B = 62.62%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#880FFD (or 0x880FFD) is known color: Electric Indigo. HEX triplet: 88, 0F and FD. RGB value is (136,15,253). Sum of RGB (Red+Green+Blue) = 136+15+253=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #880FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880FFD is #77F002. Grayscale: #4D4D4D. Windows color (decimal): -7860227 or 16584584. OLE color: 16584584.

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

Color convert

RGB 136 15 253 -
CMYK 0.46 0.94 0 0.01
HSL 270.5º 0.98% 0.53% -
HSV(B) 270.5º 0.94% 0.99% -
XYZ 28.05 12.67 93.9 -
YUV 78.31 226.59 169.15 -
System Red Green Blue C M Y K H S L
Decimal 136 15 253 0.46 0.94 0 0.01 270.5 0.98 0.53
Hex 88 F FD 2E 5E 0 1 10F 62 35
Octal 210 17 375 56 136 0 1 417 142 65
Binary 10001000 1111 11111101 101110 1011110 0 1 100001111 1100010 110101

Color Harmonies of #880FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880FFD

Black with #880FFD

Text Example


Text Example

White with #880FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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