Html Css Color HEX #830AFB Electric Indigo

📋 copy color: '#830AFB'

red 131 ◦ green 10 ◦ blue 251

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

Shades of Electric Indigo #830AFB

Tints of Electric Indigo #830AFB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.55%

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

R = 33.42%
G = 2.55%
B = 64.03%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#830AFB (or 0x830AFB) is known color: Electric Indigo. HEX triplet: 83, 0A and FB. RGB value is (131,10,251). Sum of RGB (Red+Green+Blue) = 131+10+251=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #830AFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830AFB is #7CF504. Grayscale: #484848. Windows color (decimal): -8189189 or 16452227. OLE color: 16452227.

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

Color convert

RGB 131 10 251 -
CMYK 0.48 0.96 0 0.02
HSL 270.12º 0.97% 0.51% -
HSV(B) 270.12º 0.96% 0.98% -
XYZ 26.88 12.01 92.17 -
YUV 73.65 228.09 168.9 -
System Red Green Blue C M Y K H S L
Decimal 131 10 251 0.48 0.96 0 0.02 270.12 0.97 0.51
Hex 83 A FB 30 60 0 2 10E 61 33
Octal 203 12 373 60 140 0 2 416 141 63
Binary 10000011 1010 11111011 110000 1100000 0 10 100001110 1100001 110011

Color Harmonies of #830AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830AFB

Black with #830AFB

Text Example


Text Example

White with #830AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,10,251); }

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

background-color css

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

 a { background-color: rgb(131,10,251); }

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

border-color css

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

 span { border-color: rgb(131,10,251); }

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