#810CFA

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

Shades of Electric Indigo #810CFA

Tints of Electric Indigo #810CFA

Color information

#810CFA (or 0x810CFA) is unknown color: approx Electric Indigo. HEX triplet: 81, 0C and FA. RGB value is (129,12,250). Sum of RGB (Red+Green+Blue) = 129+12+250=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #810CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810CFA is #7EF305. Grayscale: #494949. Windows color (decimal): -8319750 or 16387201. OLE color: 16387201.

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

Color convert

RGB12912250-
CMYK0.480.9500.02
HSL269.5º95.97%51.37%-
HSV(B)269.5º95.2%98.04%-
XYZ26.4411.8391.33-
YUV74.11227.26167.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.99%
GREEN value IS 12 (5.08% from 255) = 3.07%
BLUE value IS 250 (98.05% from 255) = 63.94%
R=32.99%
G=3.07%
B=63.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal129122500.480.9500.02269.595.9751.37
Hex81CFA305F0210d6033
Octal20114372601370241514063
Binary1000000111001111101011000010111110101000011011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810CFA; }

 p { color: rgb(129,12,250); }

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

<style>
 a { background-color: #810CFA; }

 a { background-color: rgb(129,12,250); }

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

<style>
 span { border-color: #810CFA; }

 span { border-color: rgb(129,12,250); }

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