Html Css Color HEX #880AFB Electric Indigo

📋 copy color: '#880AFB'

red 136 ◦ green 10 ◦ blue 251

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

Shades of Electric Indigo #880AFB

Tints of Electric Indigo #880AFB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.52%

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

R = 34.26%
G = 2.52%
B = 63.22%

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

#880AFB (or 0x880AFB) is known color: Electric Indigo. HEX triplet: 88, 0A and FB. RGB value is (136,10,251). Sum of RGB (Red+Green+Blue) = 136+10+251=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #880AFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880AFB is #77F504. Grayscale: #4A4A4A. Windows color (decimal): -7861509 or 16452232. OLE color: 16452232.

HSL color Cylindrical-coordinate representation of color #880AFB: hue angle of 271.37º degrees, saturation: 0.97, 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 #880AFB is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 10 251 -
CMYK 0.46 0.96 0 0.02
HSL 271.37º 0.97% 0.51% -
HSV(B) 271.37º 0.96% 0.98% -
XYZ 27.67 12.42 92.2 -
YUV 75.15 227.24 171.4 -
System Red Green Blue C M Y K H S L
Decimal 136 10 251 0.46 0.96 0 0.02 271.37 0.97 0.51
Hex 88 A FB 2E 60 0 2 10F 61 33
Octal 210 12 373 56 140 0 2 417 141 63
Binary 10001000 1010 11111011 101110 1100000 0 10 100001111 1100001 110011

Color Harmonies of #880AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880AFB

Black with #880AFB

Text Example


Text Example

White with #880AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,10,251); }

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

background-color css

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

 a { background-color: rgb(136,10,251); }

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

border-color css

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

 span { border-color: rgb(136,10,251); }

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