Html Css Color HEX #880BFF Electric Indigo

📋 copy color: '#880BFF'

red 136 ◦ green 11 ◦ blue 255

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

Shades of Electric Indigo #880BFF

Tints of Electric Indigo #880BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.43%

R = 33.83%
G = 2.74%
B = 63.43%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#880BFF (or 0x880BFF) is known color: Electric Indigo. HEX triplet: 88, 0B and FF. RGB value is (136,11,255). Sum of RGB (Red+Green+Blue) = 136+11+255=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #880BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880BFF is #77F400. Grayscale: #4B4B4B. Windows color (decimal): -7861249 or 16714632. OLE color: 16714632.

HSL color Cylindrical-coordinate representation of color #880BFF: hue angle of 270.74º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880BFF is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 11 255 -
CMYK 0.47 0.96 0 0
HSL 270.74º 1% 0.52% -
HSV(B) 270.74º 0.96% 1% -
XYZ 28.32 12.69 95.57 -
YUV 76.19 228.91 170.66 -
System Red Green Blue C M Y K H S L
Decimal 136 11 255 0.47 0.96 0 0 270.74 1 0.52
Hex 88 B FF 2F 60 0 0 10F 64 34
Octal 210 13 377 57 140 0 0 417 144 64
Binary 10001000 1011 11111111 101111 1100000 0 0 100001111 1100100 110100

Color Harmonies of #880BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880BFF

Black with #880BFF

Text Example


Text Example

White with #880BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,11,255); }

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

background-color css

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

 a { background-color: rgb(136,11,255); }

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

border-color css

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

 span { border-color: rgb(136,11,255); }

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