Html Css Color HEX #830FFC Electric Indigo

📋 copy color: '#830FFC'

red 131 ◦ green 15 ◦ blue 252

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

Shades of Electric Indigo #830FFC

Tints of Electric Indigo #830FFC

RGB

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

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

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

R = 32.91%
G = 3.77%
B = 63.32%

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

#830FFC (or 0x830FFC) is known color: Electric Indigo. HEX triplet: 83, 0F and FC. RGB value is (131,15,252). Sum of RGB (Red+Green+Blue) = 131+15+252=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #830FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830FFC is #7CF003. Grayscale: #4B4B4B. Windows color (decimal): -8187908 or 16519043. OLE color: 16519043.

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

Color convert

RGB 131 15 252 -
CMYK 0.48 0.94 0 0.01
HSL 269.37º 0.98% 0.52% -
HSV(B) 269.37º 0.94% 0.99% -
XYZ 27.1 12.2 93.02 -
YUV 76.7 226.93 166.73 -
System Red Green Blue C M Y K H S L
Decimal 131 15 252 0.48 0.94 0 0.01 269.37 0.98 0.52
Hex 83 F FC 30 5E 0 1 10D 62 34
Octal 203 17 374 60 136 0 1 415 142 64
Binary 10000011 1111 11111100 110000 1011110 0 1 100001101 1100010 110100

Color Harmonies of #830FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FFC

Black with #830FFC

Text Example


Text Example

White with #830FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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