Html Css Color HEX #880BFA Electric Indigo

📋 copy color: '#880BFA'

red 136 ◦ green 11 ◦ blue 250

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

Shades of Electric Indigo #880BFA

Tints of Electric Indigo #880BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.97%

R = 34.26%
G = 2.77%
B = 62.97%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#880BFA (or 0x880BFA) is known color: Electric Indigo. HEX triplet: 88, 0B and FA. RGB value is (136,11,250). Sum of RGB (Red+Green+Blue) = 136+11+250=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #880BFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880BFA is #77F405. Grayscale: #4A4A4A. Windows color (decimal): -7861254 or 16386952. OLE color: 16386952.

HSL color Cylindrical-coordinate representation of color #880BFA: hue angle of 271.38º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880BFA is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 11 250 -
CMYK 0.46 0.96 0 0.02
HSL 271.38º 0.96% 0.51% -
HSV(B) 271.38º 0.96% 0.98% -
XYZ 27.53 12.38 91.38 -
YUV 75.62 226.41 171.07 -
System Red Green Blue C M Y K H S L
Decimal 136 11 250 0.46 0.96 0 0.02 271.38 0.96 0.51
Hex 88 B FA 2E 60 0 2 10F 60 33
Octal 210 13 372 56 140 0 2 417 140 63
Binary 10001000 1011 11111010 101110 1100000 0 10 100001111 1100000 110011

Color Harmonies of #880BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880BFA

Black with #880BFA

Text Example


Text Example

White with #880BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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