#8303FF

Color #8303FF Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #8303FF

Tints of Electric Indigo #8303FF

Color information

#8303FF (or 0x8303FF) is unknown color: approx Electric Indigo. HEX triplet: 83, 03 and FF. RGB value is (131,3,255). Sum of RGB (Red+Green+Blue) = 131+3+255=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #8303FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8303FF is #7CFC00. Grayscale: #454545. Windows color (decimal): -8190977 or 16712579. OLE color: 16712579.

HSL color Cylindrical-coordinate representation of color #8303FF: hue angle of 270.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8303FF is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1313255-
CMYK0.490.9900
HSL270.48º100%50.59%-
HSV(B)270.48º98.82%100%-
XYZ27.4412.1195.5-
YUV70232.41171.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 3 (1.56% from 255) = 0.77%
BLUE value IS 255 (100% from 255) = 65.55%
R=33.68%
G=0.77%
B=65.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal13132550.490.9900270.4810050.59
Hex833FF31630010e6433
Octal2033377611430041614463
Binary1000001111111111111100011100011001000011101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8303FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8303FF; }

 p { color: rgb(131,3,255); }

 H1.HeaderClassName
 {
   color: #8303FF;
 }
 .AnyTagClassName
 {
   color: #8303FF;
 }
</style>
background-color css

<style>
 a { background-color: #8303FF; }

 a { background-color: rgb(131,3,255); }

 div.DivClassName
 {
   background-color: #8303FF;
 }
 .BgClassName
 {
   background-color: #8303FF;
 }
</style>
border-color css

<style>
 span { border-color: #8303FF; }

 span { border-color: rgb(131,3,255); }

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