Html Css Color HEX #810BEF Electric Indigo

📋 copy color: '#810BEF'

red 129 ◦ green 11 ◦ blue 239

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

Shades of Electric Indigo #810BEF

Tints of Electric Indigo #810BEF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.9%

 BLUE value IS 239 (93.75% from 255) = 63.06%

R = 34.04%
G = 2.9%
B = 63.06%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#810BEF (or 0x810BEF) is known color: Electric Indigo. HEX triplet: 81, 0B and EF. RGB value is (129,11,239). Sum of RGB (Red+Green+Blue) = 129+11+239=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #810BEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810BEF is #7EF410. Grayscale: #474747. Windows color (decimal): -8320017 or 15666049. OLE color: 15666049.

HSL color Cylindrical-coordinate representation of color #810BEF: hue angle of 271.05º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810BEF is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 11 239 -
CMYK 0.46 0.95 0 0.06
HSL 271.05º 0.91% 0.49% -
HSV(B) 271.05º 0.95% 0.94% -
XYZ 24.75 11.14 82.51 -
YUV 72.27 222.09 168.46 -
System Red Green Blue C M Y K H S L
Decimal 129 11 239 0.46 0.95 0 0.06 271.05 0.91 0.49
Hex 81 B EF 2E 5F 0 6 10F 5B 31
Octal 201 13 357 56 137 0 6 417 133 61
Binary 10000001 1011 11101111 101110 1011111 0 110 100001111 1011011 110001

Color Harmonies of #810BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810BEF

Black with #810BEF

Text Example


Text Example

White with #810BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,11,239); }

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

background-color css

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

 a { background-color: rgb(129,11,239); }

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

border-color css

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

 span { border-color: rgb(129,11,239); }

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