Html Css Color HEX #830DFC Electric Indigo

📋 copy color: '#830DFC'

red 131 ◦ green 13 ◦ blue 252

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

Shades of Electric Indigo #830DFC

Tints of Electric Indigo #830DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.64%

R = 33.08%
G = 3.28%
B = 63.64%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#830DFC (or 0x830DFC) is known color: Electric Indigo. HEX triplet: 83, 0D and FC. RGB value is (131,13,252). Sum of RGB (Red+Green+Blue) = 131+13+252=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #830DFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830DFC is #7CF203. Grayscale: #4A4A4A. Windows color (decimal): -8188420 or 16518531. OLE color: 16518531.

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

Color convert

RGB 131 13 252 -
CMYK 0.48 0.95 0 0.01
HSL 269.62º 0.98% 0.52% -
HSV(B) 269.62º 0.95% 0.99% -
XYZ 27.07 12.14 93.01 -
YUV 75.53 227.59 167.57 -
System Red Green Blue C M Y K H S L
Decimal 131 13 252 0.48 0.95 0 0.01 269.62 0.98 0.52
Hex 83 D FC 30 5F 0 1 10E 62 34
Octal 203 15 374 60 137 0 1 416 142 64
Binary 10000011 1101 11111100 110000 1011111 0 1 100001110 1100010 110100

Color Harmonies of #830DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830DFC

Black with #830DFC

Text Example


Text Example

White with #830DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,13,252); }

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

background-color css

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

 a { background-color: rgb(131,13,252); }

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

border-color css

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

 span { border-color: rgb(131,13,252); }

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