Html Css Color HEX #810EFA Electric Indigo

📋 copy color: '#810EFA'

red 129 ◦ green 14 ◦ blue 250

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

Shades of Electric Indigo #810EFA

Tints of Electric Indigo #810EFA

RGB

 RED value IS 129 (50.78% from 255) = 32.82%

 GREEN value IS 14 (5.86% from 255) = 3.56%

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

R = 32.82%
G = 3.56%
B = 63.61%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#810EFA (or 0x810EFA) is known color: Electric Indigo. HEX triplet: 81, 0E and FA. RGB value is (129,14,250). Sum of RGB (Red+Green+Blue) = 129+14+250=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #810EFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810EFA is #7EF105. Grayscale: #4A4A4A. Windows color (decimal): -8319238 or 16387713. OLE color: 16387713.

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

Color convert

RGB 129 14 250 -
CMYK 0.48 0.94 0 0.02
HSL 269.24º 0.96% 0.52% -
HSV(B) 269.24º 0.94% 0.98% -
XYZ 26.47 11.88 91.34 -
YUV 75.29 226.6 166.31 -
System Red Green Blue C M Y K H S L
Decimal 129 14 250 0.48 0.94 0 0.02 269.24 0.96 0.52
Hex 81 E FA 30 5E 0 2 10D 60 34
Octal 201 16 372 60 136 0 2 415 140 64
Binary 10000001 1110 11111010 110000 1011110 0 10 100001101 1100000 110100

Color Harmonies of #810EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810EFA

Black with #810EFA

Text Example


Text Example

White with #810EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #810EFA;
 }
 .AnyTagClassName
 {
   color: #810EFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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