Html Css Color HEX #810DFB Electric Indigo

📋 copy color: '#810DFB'

red 129 ◦ green 13 ◦ blue 251

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

Shades of Electric Indigo #810DFB

Tints of Electric Indigo #810DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.31%

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

R = 32.82%
G = 3.31%
B = 63.87%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#810DFB (or 0x810DFB) is known color: Electric Indigo. HEX triplet: 81, 0D and FB. RGB value is (129,13,251). Sum of RGB (Red+Green+Blue) = 129+13+251=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #810DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810DFB is #7EF204. Grayscale: #494949. Windows color (decimal): -8319493 or 16452993. OLE color: 16452993.

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

Color convert

RGB 129 13 251 -
CMYK 0.49 0.95 0 0.02
HSL 269.24º 0.97% 0.52% -
HSV(B) 269.24º 0.95% 0.98% -
XYZ 26.61 11.92 92.17 -
YUV 74.82 227.43 166.65 -
System Red Green Blue C M Y K H S L
Decimal 129 13 251 0.49 0.95 0 0.02 269.24 0.97 0.52
Hex 81 D FB 31 5F 0 2 10D 61 34
Octal 201 15 373 61 137 0 2 415 141 64
Binary 10000001 1101 11111011 110001 1011111 0 10 100001101 1100001 110100

Color Harmonies of #810DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810DFB

Black with #810DFB

Text Example


Text Example

White with #810DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,13,251); }

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

background-color css

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

 a { background-color: rgb(129,13,251); }

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

border-color css

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

 span { border-color: rgb(129,13,251); }

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