Html Css Color HEX #830FFD Electric Indigo

📋 copy color: '#830FFD'

red 131 ◦ green 15 ◦ blue 253

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

Shades of Electric Indigo #830FFD

Tints of Electric Indigo #830FFD

RGB

 RED value IS 131 (51.56% from 255) = 32.83%

 GREEN value IS 15 (6.25% from 255) = 3.76%

 BLUE value IS 253 (99.22% from 255) = 63.41%

R = 32.83%
G = 3.76%
B = 63.41%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#830FFD (or 0x830FFD) is known color: Electric Indigo. HEX triplet: 83, 0F and FD. RGB value is (131,15,253). Sum of RGB (Red+Green+Blue) = 131+15+253=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #830FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830FFD is #7CF002. Grayscale: #4B4B4B. Windows color (decimal): -8187907 or 16584579. OLE color: 16584579.

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

Color convert

RGB 131 15 253 -
CMYK 0.48 0.94 0 0.01
HSL 269.24º 0.98% 0.53% -
HSV(B) 269.24º 0.94% 0.99% -
XYZ 27.26 12.26 93.86 -
YUV 76.82 227.43 166.65 -
System Red Green Blue C M Y K H S L
Decimal 131 15 253 0.48 0.94 0 0.01 269.24 0.98 0.53
Hex 83 F FD 30 5E 0 1 10D 62 35
Octal 203 17 375 60 136 0 1 415 142 65
Binary 10000011 1111 11111101 110000 1011110 0 1 100001101 1100010 110101

Color Harmonies of #830FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FFD

Black with #830FFD

Text Example


Text Example

White with #830FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830FFD; }

 p { color: rgb(131,15,253); }

 H1.HeaderClassName
 {
   color: #830FFD;
 }
 .AnyTagClassName
 {
   color: #830FFD;
 }
</style>

background-color css

<style>
 a { background-color: #830FFD; }

 a { background-color: rgb(131,15,253); }

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

border-color css

<style>
 span { border-color: #830FFD; }

 span { border-color: rgb(131,15,253); }

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